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

QT += sql

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