blob: 7fde2926c818f3c0a14e6f6a1ca142d2ae7df17d (
plain)
1
2
3
4
5
6
7
8
9
10
|
include( sqlite_common.pro )
win32:LIBS += $$KDELIBDESTDIR/kexisql3$$KDELIBDEBUGLIB
INCLUDEPATH += $(KEXI)/3rdparty/kexisql3/src
TARGET = kexidb_sqlite3driver$$KDELIBDEBUG
SOURCES += sqlitekeywords.cpp \
sqlitevacuum.cpp
|