qt5
Last change
on this file since 4693fa6 was
4693fa6,
checked in by pavelpa <pavelpa@…>, 13 years ago
|
changed 'Activity' -> 'Track'
|
-
Property mode set to
100644
|
File size:
665 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 -lorm |
---|
10 | INCLUDEPATH += ../orm |
---|
11 | DEPENDPATH += . ../orm |
---|
12 | TARGETDEPS += $$DESTDIR/liborm.a |
---|
13 | |
---|
14 | maemo { |
---|
15 | LIBS += -L$$DESTDIR -lqalarm -lalarm |
---|
16 | INCLUDEPATH += ../alarm |
---|
17 | DEPENDPATH += ../alarm |
---|
18 | TARGETDEPS += $$DESTDIR/libqalarm.a |
---|
19 | } |
---|
20 | |
---|
21 | HEADERS += event.h \ |
---|
22 | conference.h \ |
---|
23 | track.h \ |
---|
24 | delegate.h \ |
---|
25 | eventmodel.h \ |
---|
26 | treeview.h |
---|
27 | |
---|
28 | SOURCES += event.cpp \ |
---|
29 | conference.cpp \ |
---|
30 | track.cpp \ |
---|
31 | delegate.cpp \ |
---|
32 | eventmodel.cpp \ |
---|
33 | treeview.cpp |
---|
Note: See
TracBrowser
for help on using the repository browser.