summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/models/qsqltablemodel/qsqltablemodel.pro
blob: 6eb59eb1ad7b9e6e3a954a1d874d795ad8877a59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
load(qttest_p4)
SOURCES  += tst_qsqltablemodel.cpp

QT = core sql

wince*: {
   plugFiles.files = ../../../plugins/sqldrivers
   plugFiles.path    = .
   DEPLOYMENT += plugFiles
   LIBS += -lws2
} else {
   win32:LIBS += -lws2_32
}