source:
src/app/app.pro
@
910109e
Last change on this file since 910109e was 910109e, checked in by , 11 years ago | |
---|---|
|
|
File size: 890 bytes |
Rev | Line | |
---|---|---|
[b1a201a] | 1 | include(../global.pri) |
[e5bc908] | 2 | TEMPLATE = app |
[5ede637] | 3 | TARGET = confclerk |
[e5bc908] | 4 | DESTDIR = ../bin |
[5ede637] | 5 | QT += sql xml network |
[3329d39] | 6 | CONFIG(maemo5) { |
[408bf66] | 7 | QT += maemo5 dbus |
[3329d39] | 8 | } |
[e5bc908] | 9 | |
10 | # module dependencies | |
[92995da] | 11 | LIBS += -L$$DESTDIR -lgui -lmvc -lsql |
[07ae23a] | 12 | INCLUDEPATH += ../gui ../sql ../mvc ../orm |
[e5bc908] | 13 | DEPENDPATH += . ../gui |
[8bacb4e] | 14 | POST_TARGETDEPS += $$DESTDIR/libmvc.a $$DESTDIR/libgui.a $$DESTDIR/libsql.a |
[b1a201a] | 15 | maemo { |
16 | LIBS += -L$$DESTDIR -lqalarm -lalarm | |
17 | INCLUDEPATH += ../alarm | |
18 | DEPENDPATH += ../alarm | |
[910109e] | 19 | POST_TARGETDEPS += $$DESTDIR/libqalarm.a |
[408bf66] | 20 | HEADERS += alarmdbus.h \ |
21 | alarmdbusadaptorp.h | |
22 | SOURCES += alarmdbus.cpp \ | |
23 | alarmdbusadaptor.cpp | |
[b1a201a] | 24 | } |
[e5bc908] | 25 | |
[a7d8638] | 26 | HEADERS += appsettings.h \ |
[408bf66] | 27 | application.h |
[a023fd2] | 28 | |
29 | SOURCES += main.cpp \ | |
[77e06ae] | 30 | application.cpp \ |
[408bf66] | 31 | appsettings.cpp |
[e5bc908] | 32 | |
[c18cbd0] | 33 | RESOURCES += ../icons.qrc \ |
[59673b9] | 34 | ../db.qrc \ |
35 | ../../data/data.qrc | |
[cdc7679] | 36 | |
[0c658c1] | 37 | # instalation related |
[e89b296] | 38 | PREFIX = /usr/bin |
[0c658c1] | 39 | INSTALLS = target |
[e89b296] | 40 | target.path = $$PREFIX |
41 |
Note: See TracBrowser
for help on using the repository browser.