qt5
Last change
on this file since 005e2b7 was
005e2b7,
checked in by korrco <korrco@…>, 13 years ago
|
caching removed
|
-
Property mode set to
100644
|
File size:
658 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 += room.h \ |
---|
24 | event.h \ |
---|
25 | conference.h \ |
---|
26 | track.h \ |
---|
27 | delegate.h \ |
---|
28 | eventmodel.h \ |
---|
29 | treeview.h |
---|
30 | SOURCES += room.cpp \ |
---|
31 | event.cpp \ |
---|
32 | conference.cpp \ |
---|
33 | track.cpp \ |
---|
34 | delegate.cpp \ |
---|
35 | eventmodel.cpp \ |
---|
36 | treeview.cpp |
---|
Note: See
TracBrowser
for help on using the repository browser.