qt5
Last change
on this file since 6a624f7 was
5a73d27,
checked in by komarma <komarma@…>, 13 years ago
|
Adding orm module
|
-
Property mode set to
100644
|
File size:
374 bytes
|
Line | |
---|
1 | TEMPLATE = app |
---|
2 | TARGET = test |
---|
3 | DESTDIR = ../bin |
---|
4 | CONFIG += qtestlib console |
---|
5 | QT += sql |
---|
6 | |
---|
7 | # module dependencies |
---|
8 | LIBS += -L$$DESTDIR -lgui -lmodel |
---|
9 | INCLUDEPATH += ../gui ../model ../orm |
---|
10 | DEPENDPATH += . ../gui ../model ../orm |
---|
11 | TARGETDEPS += $$DESTDIR/libmodel.a $$DESTDIR/libgui.a $$DESTDIR/liborm.a |
---|
12 | |
---|
13 | SOURCES += main.cpp \ |
---|
14 | model/EventTest.cpp |
---|
15 | |
---|
16 | HEADERS += \ |
---|
17 | model/EventTest.h |
---|
18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.