Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
22 lines
449 B
Prolog
22 lines
449 B
Prolog
CONFIG += testcase
|
|
|
|
TARGET = tst_qsqlquerymodel
|
|
QT += sql testlib
|
|
SOURCES += tst_qsqlquerymodel.cpp
|
|
|
|
wince*: {
|
|
DEPLOYMENT_PLUGIN += qsqlite
|
|
LIBS += -lws2
|
|
}else:symbian {
|
|
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
|
|
}
|
|
}
|
|
} else {
|
|
win32:LIBS += -lws2_32
|
|
}
|
|
|