qt5
Last change
on this file since c2d66b2 was
c2d66b2,
checked in by pavelpa <pavelpa@…>, 13 years ago
|
added about dialog(s) - some modifications needed
- About Qt: not scrollable
- About app: modifications to display items in system font/colors needed
|
-
Property mode set to
100644
|
File size:
628 bytes
|
Line | |
---|
1 | TEMPLATE = lib |
---|
2 | TARGET = gui |
---|
3 | DESTDIR = ../bin |
---|
4 | CONFIG += static |
---|
5 | QT += sql xml |
---|
6 | |
---|
7 | # module dependencies |
---|
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 |
---|
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). |
---|
18 | FORMS += mainwindow.ui \ |
---|
19 | about.ui |
---|
20 | SOURCES += mainwindow.cpp |
---|
21 | HEADERS += mainwindow.h |
---|
22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.