Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cs
gui
alarm-ng
Commits
eecd33f4
Commit
eecd33f4
authored
Dec 10, 2020
by
Giacomo Strangolino
Browse files
- implemented getalarminfo -- after cumbia http reader factory fix
parent
0480892d
Changes
1
Hide whitespace changes
Inline
Side-by-side
alarm-ng.pro
0 → 100644
View file @
eecd33f4
isEmpty
(
CUMBIA_ROOT
)
{
CUMBIA_ROOT
=/
usr
/
local
/
cumbia
-
libs
}
include
(
$$
{
CUMBIA_ROOT
}
/
include
/
quapps
/
quapps
.
pri
)
#
CONFIG
+=
debug
|
release
DEFINES
-=
QT_NO_DEBUG_OUTPUT
TEMPLATE
=
app
CONFIG
+=
warn_on
debug
qt
app_bundle
QT
+=
sql
QT
+=
multimedia
lessThan
(
QT_MAJOR_VERSION
,
5
)
{
message
(
"Qt4 detected: using phonon for sound"
)
QT
+=
phonon
}
DEFINES
+=
QT_NO_DEBUG_OUTPUT
RESOURCES
+=
alarm
.
qrc
INCLUDEPATH
+=
src
SOURCES
+=
src
/
alarm
.
cpp
\
src
/
alarminfow
.
cpp
\
src
/
main
.
cpp
\
src
/
AlarmTreeWidget
.
cpp
\
src
/
AlarmTreeWidgetItem
.
cpp
\
src
/
Sound
.
cpp
\
src
/
AlarmHistoryTree
.
cpp
\
src
/
mysqlmodel
.
cpp
HEADERS
+=
src
/
alarm
.
h
\
src
/
AlarmTreeWidget
.
h
\
src
/
AlarmTreeWidgetItem
.
h
\
src
/
alarminfow
.
h
\
src
/
filter
.
h
\
src
/
Sound
.
h
\
src
/
AlarmHistoryTree
.
h
\
src
/
mysqlmodel
.
h
#
FORMS
=
src
/
alarm
.
ui
TARGET
=
bin
/
alarm
-
ng
-
gui
message
(
"-"
)
message
(
"NOTE"
)
message
(
"You need to run cuuimake in order to build the project"
)
message
(
"-"
)
message
(
" cuuimake --show-config to see cuuimake configuration options"
)
message
(
" cuuimake --configure to configure cuuimake"
)
message
(
" cuuimake -jN to execute cuuimake and then make -jN"
)
message
(
" cuuimake --make to run cuuimake and then make"
)
message
(
"-"
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment