summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsqlquerymodel/qsqlquerymodel.pro
blob: 6004ab02ebda3eee79cdeb65d9f1ed23e6ddc1e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
load(qttest_p4)
SOURCES  += tst_qsqlquerymodel.cpp

QT += sql

wince*: {
   DEPLOYMENT_PLUGIN += qsqlite
   LIBS += -lws2
} else {
   win32:LIBS += -lws2_32
}