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

QT = core sql testlib

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