ToastFreeware
/
toast
/
confclerk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
used 'MAEMO' define to create 'non-virtual' 'VIRUAL_EVENT' table
[toast/confclerk.git]
/
src
/
sql
/
sql.pro
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