source:
src/alarm/alarm.pro
@
2104023
Last change on this file since 2104023 was a7d8638, checked in by , 13 years ago | |
---|---|
|
|
File size: 258 bytes |
Rev | Line | |
---|---|---|
[6ae1026] | 1 | TEMPLATE = lib |
2 | TARGET = qalarm | |
3 | DESTDIR = ../bin | |
[6831c6a] | 4 | CONFIG += static qdbus |
5 | QT += sql dbus | |
[6ae1026] | 6 | |
7 | # module dependencies | |
8 | LIBS += -lalarm | |
9 | DEPENDPATH += . | |
10 | ||
[6831c6a] | 11 | HEADERS += alarm.h \ |
12 | ||
13 | SOURCES += alarm.cpp \ | |
14 | ||
15 | INCLUDEPATH += ../gui \ | |
16 | ../mvc \ | |
17 | ../orm \ | |
18 | ../sql | |
19 | ||
[6ae1026] | 20 | |
21 |
Note: See TracBrowser
for help on using the repository browser.