Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
36 lines
648 B
Prolog
36 lines
648 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qsqldatabase
|
|
SOURCES += tst_qsqldatabase.cpp
|
|
|
|
QT += sql testlib
|
|
|
|
contains(QT_CONFIG, qt3support): QT += qt3support
|
|
|
|
win32: {
|
|
!wince*: LIBS += -lws2_32
|
|
else: LIBS += -lws2
|
|
}
|
|
|
|
wince*: {
|
|
DEPLOYMENT_PLUGIN += qsqlite
|
|
|
|
testData.files = testdata
|
|
testData.path = .
|
|
|
|
DEPLOYMENT += testData
|
|
}
|
|
|
|
symbian {
|
|
TARGET.EPOCHEAPSIZE=5000 5000000
|
|
TARGET.EPOCSTACKSIZE=50000
|
|
|
|
qt_not_deployed {
|
|
contains(S60_VERSION, 3.1)|contains(S60_VERSION, 3.2)|contains(S60_VERSION, 5.0) {
|
|
sqlite.path = /sys/bin
|
|
sqlite.files = sqlite3.dll
|
|
DEPLOYMENT += sqlite
|
|
}
|
|
}
|
|
}
|
|
|