summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsqldriver/qsqldriver.pro
blob: 84f1cb2aec8bfca5921ce7e61f333456e7f5adb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
load(qttest_p4)
SOURCES  += tst_qsqldriver.cpp

QT += sql

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