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:
661 bytes
|
Line | |
---|
1 | include(../global.pri) |
---|
2 | TEMPLATE = lib |
---|
3 | TARGET = mvc |
---|
4 | DESTDIR = ../bin |
---|
5 | CONFIG += static |
---|
6 | QT += sql |
---|
7 | |
---|
8 | # module dependencies |
---|
9 | LIBS += -L$$DESTDIR \ |
---|
10 | -lorm |
---|
11 | INCLUDEPATH += ../orm ../app |
---|
12 | DEPENDPATH += . \ |
---|
13 | ../orm |
---|
14 | TARGETDEPS += $$DESTDIR/liborm.a |
---|
15 | maemo { |
---|
16 | LIBS += -L$$DESTDIR \ |
---|
17 | -lqalarm \ |
---|
18 | -lalarm |
---|
19 | INCLUDEPATH += ../alarm |
---|
20 | DEPENDPATH += ../alarm |
---|
21 | TARGETDEPS += $$DESTDIR/libqalarm.a |
---|
22 | } |
---|
23 | HEADERS += event.h \ |
---|
24 | conference.h \ |
---|
25 | track.h \ |
---|
26 | delegate.h \ |
---|
27 | eventmodel.h \ |
---|
28 | treeview.h \ |
---|
29 | room.h |
---|
30 | SOURCES += event.cpp \ |
---|
31 | conference.cpp \ |
---|
32 | track.cpp \ |
---|
33 | delegate.cpp \ |
---|
34 | eventmodel.cpp \ |
---|
35 | treeview.cpp \ |
---|
36 | room.cpp |
---|
Note: See
TracBrowser
for help on using the repository browser.