qt5
Last change
on this file since 84b9c07 was
84b9c07,
checked in by pavelpa <pavelpa@…>, 13 years ago
|
used 'MAEMO' define to create 'non-virtual' 'VIRUAL_EVENT' table
instead of 'virtual' one, only for 'MAEMO'
Linux stays untouched - creates real 'virtual' table for FTS support
|
-
Property mode set to
100644
|
File size:
268 bytes
|
Line | |
---|
1 | include(../global.pri) |
---|
2 | TEMPLATE = lib |
---|
3 | TARGET = sql |
---|
4 | DESTDIR = ../bin |
---|
5 | CONFIG += static |
---|
6 | QT += sql xml |
---|
7 | |
---|
8 | # module dependencies |
---|
9 | DEPENDPATH += . |
---|
10 | |
---|
11 | HEADERS += sqlengine.h \ |
---|
12 | schedulexmlparser.h |
---|
13 | |
---|
14 | SOURCES += sqlengine.cpp \ |
---|
15 | schedulexmlparser.cpp |
---|
16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.