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:
226 bytes
|
Line | |
---|
1 | TEMPLATE = app |
---|
2 | TARGET = fosdem |
---|
3 | DESTDIR = ../bin |
---|
4 | |
---|
5 | # module dependencies |
---|
6 | LIBS += -L$$DESTDIR -lgui -lmodel |
---|
7 | INCLUDEPATH += ../gui |
---|
8 | DEPENDPATH += . ../gui |
---|
9 | TARGETDEPS += $$DESTDIR/libmodel.a $$DESTDIR/libgui.a |
---|
10 | |
---|
11 | SOURCES += main.cpp |
---|
12 | |
---|
Note: See
TracBrowser
for help on using the repository browser.