qt5
Last change
on this file since 6831c6a was
6831c6a,
checked in by hanzes <hanzes@…>, 13 years ago
|
Alarm dbus connection added
|
-
Property mode set to
100644
|
File size:
349 bytes
|
Line | |
---|
1 | TEMPLATE = lib |
---|
2 | TARGET = qalarm |
---|
3 | DESTDIR = ../bin |
---|
4 | CONFIG += static qdbus |
---|
5 | QT += sql dbus |
---|
6 | |
---|
7 | # module dependencies |
---|
8 | LIBS += -lalarm |
---|
9 | DEPENDPATH += . |
---|
10 | |
---|
11 | HEADERS += alarm.h \ |
---|
12 | alarmdbus.h \ |
---|
13 | alarmdbusadaptorp.h |
---|
14 | |
---|
15 | SOURCES += alarm.cpp \ |
---|
16 | alarmdbus.cpp \ |
---|
17 | alarmdbusadaptor.cpp |
---|
18 | |
---|
19 | INCLUDEPATH += ../gui \ |
---|
20 | ../mvc \ |
---|
21 | ../orm \ |
---|
22 | ../sql |
---|
23 | |
---|
24 | |
---|
25 | |
---|
Note: See
TracBrowser
for help on using the repository browser.