qt5
Last change
on this file since e5bc908 was
e5bc908,
checked in by komarma <komarma@…>, 13 years ago
|
Creating initial application directory structure.
|
-
Property mode set to
100644
|
File size:
493 bytes
|
Line | |
---|
1 | TEMPLATE = lib |
---|
2 | TARGET = gui |
---|
3 | DESTDIR = ../bin |
---|
4 | CONFIG += static |
---|
5 | |
---|
6 | # module dependencies |
---|
7 | LIBS += -L$$DESTDIR -lmodel |
---|
8 | INCLUDEPATH += ../model |
---|
9 | DEPENDPATH += . ../model |
---|
10 | TARGETDEPS += $$DESTDIR/libmodel.a |
---|
11 | |
---|
12 | |
---|
13 | # A shamelessly long list of sources, headers and forms. |
---|
14 | # Please note that resources MUST be added to the app module |
---|
15 | # (which means they need to be added to the test module as well, |
---|
16 | # but I am sure you can live with that for the time being). |
---|
17 | SOURCES += mainwindow.cpp |
---|
18 | HEADERS += mainwindow.h |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.