qt5
Last change
on this file since a7d8638 was
a7d8638,
checked in by hanzes <hanzes@…>, 13 years ago
|
Alarm dbus connection added
|
-
Property mode set to
100644
|
File size:
258 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 | |
---|
13 | SOURCES += alarm.cpp \ |
---|
14 | |
---|
15 | INCLUDEPATH += ../gui \ |
---|
16 | ../mvc \ |
---|
17 | ../orm \ |
---|
18 | ../sql |
---|
19 | |
---|
20 | |
---|
21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.