2011-10-23 12:41:31 +00:00
|
|
|
TARGET = tst_qsqlquery
|
|
|
|
CONFIG += testcase
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2011-10-23 12:41:31 +00:00
|
|
|
SOURCES += tst_qsqlquery.cpp
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2011-10-23 12:41:31 +00:00
|
|
|
QT = core sql testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
!wince*:win32:LIBS += -lws2_32
|
|
|
|
|
|
|
|
wince*: {
|
|
|
|
plugFiles.files = ../../../plugins/sqldrivers
|
|
|
|
plugFiles.path = .
|
|
|
|
DEPLOYMENT += plugFiles
|
|
|
|
LIBS += -lws2
|
|
|
|
}
|