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