qt5
Last change
on this file since 0d995ed was
1735f55,
checked in by pavelpa <pavelpa@…>, 13 years ago
|
check for existence of conference before inserting it into DB
|
-
Property mode set to
100644
|
File size:
336 bytes
|
Rev | Line | |
---|
[84b9c07] | 1 | include(../global.pri) |
---|
[72f6fe4] | 2 | TEMPLATE = lib |
---|
| 3 | TARGET = sql |
---|
| 4 | DESTDIR = ../bin |
---|
| 5 | CONFIG += static |
---|
| 6 | QT += sql xml |
---|
| 7 | |
---|
| 8 | # module dependencies |
---|
[72cd3af] | 9 | LIBS += -L$$DESTDIR -lmvc -lorm |
---|
[1735f55] | 10 | INCLUDEPATH += ../mvc ../orm ../app |
---|
[72f6fe4] | 11 | DEPENDPATH += . |
---|
| 12 | |
---|
| 13 | HEADERS += sqlengine.h \ |
---|
| 14 | schedulexmlparser.h |
---|
| 15 | |
---|
| 16 | SOURCES += sqlengine.cpp \ |
---|
| 17 | schedulexmlparser.cpp |
---|
| 18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.