summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsqlquery/qsqlquery.pro
blob: 7acc040c25881c4ad7c311b553c9f6e313ed7002 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
CONFIG += testcase

TARGET = tst_qsqlquery
QT = core sql testlib
SOURCES  += tst_qsqlquery.cpp


!wince*:win32:LIBS += -lws2_32


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

symbian {
    qt_not_deployed {
        contains(S60_VERSION, 3.1)|contains(S60_VERSION, 3.2)|contains(S60_VERSION, 5.0) {
            sqlite.path = /sys/bin
            sqlite.files = sqlite3.dll
            DEPLOYMENT += sqlite
        }
    }
}