summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/models/qsqltablemodel/qsqltablemodel.pro
blob: 2af39b341f2b280930582d91c9e707cc6e6c15c2 (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
}