qt5
Last change
on this file since 67c59a7 was
92995da,
checked in by pavelpa <pavelpa@…>, 13 years ago
|
just some directory renaming
- renamed 'model' to 'mvc' (Model-View-Controller), since it contains also 'delegate' and 'view'
|
-
Property mode set to
100644
|
File size:
362 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 -lmvc |
---|
9 | INCLUDEPATH += ../gui ../mvc ../orm |
---|
10 | DEPENDPATH += . ../gui ../mvc ../orm |
---|
11 | TARGETDEPS += $$DESTDIR/libmvc.a $$DESTDIR/libgui.a $$DESTDIR/liborm.a |
---|
12 | |
---|
13 | SOURCES += main.cpp \ |
---|
14 | mvc/EventTest.cpp |
---|
15 | |
---|
16 | HEADERS += \ |
---|
17 | mvc/EventTest.h |
---|
18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.