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:
691 bytes
|
Line | |
---|
1 | include(../global.pri) |
---|
2 | TEMPLATE = app |
---|
3 | TARGET = fosdem-schedule |
---|
4 | DESTDIR = ../bin |
---|
5 | QT += sql xml network dbus |
---|
6 | |
---|
7 | # module dependencies |
---|
8 | LIBS += -L$$DESTDIR -lgui -lmvc -lsql |
---|
9 | INCLUDEPATH += ../gui ../sql ../mvc ../orm |
---|
10 | DEPENDPATH += . ../gui |
---|
11 | TARGETDEPS += $$DESTDIR/libmvc.a $$DESTDIR/libgui.a $$DESTDIR/libsql.a |
---|
12 | maemo { |
---|
13 | LIBS += -L$$DESTDIR -lqalarm -lalarm |
---|
14 | INCLUDEPATH += ../alarm |
---|
15 | DEPENDPATH += ../alarm |
---|
16 | TARGETDEPS += $$DESTDIR/libqalarm.a |
---|
17 | } |
---|
18 | |
---|
19 | HEADERS += appsettings.h |
---|
20 | |
---|
21 | SOURCES += main.cpp \ |
---|
22 | appsettings.cpp |
---|
23 | |
---|
24 | RESOURCES += ../icons.qrc \ |
---|
25 | ../maps.qrc \ |
---|
26 | ../db.qrc |
---|
27 | |
---|
28 | # instalation related |
---|
29 | |
---|
30 | PREFIX = /usr/bin |
---|
31 | INSTALLS = target |
---|
32 | target.path = $$PREFIX |
---|
33 | |
---|
Note: See
TracBrowser
for help on using the repository browser.