summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/models/qsqlrelationaltablemodel/qsqlrelationaltablemodel.pro
blob: 0d7318a5c92c197f307618206d31234fedd5d619 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
CONFIG += testcase
TARGET = tst_qsqlrelationaltablemodel
SOURCES  += tst_qsqlrelationaltablemodel.cpp

QT = core sql testlib core-private sql-private

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