summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/models/qsqltablemodel/qsqltablemodel.pro
blob: e7d01afb40d077334eabb183b1897175c77a997f (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 core-private sql sql-private testlib

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