summaryrefslogtreecommitdiff
path: root/tests/auto/qsqldatabase/qsqldatabase.pro
blob: 964c8c95a02658cc60b7a0c7089b046b7dbb72f2 (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
27
28
29
30
31
32
load(qttest_p4)
SOURCES  += tst_qsqldatabase.cpp

QT += sql

contains(QT_CONFIG, qt3support): QT += qt3support

win32: {
   !wince*: LIBS += -lws2_32
   else: LIBS += -lws2
}

wince*: {
   DEPLOYMENT_PLUGIN += qsqlite

   testData.sources = testdata
   testData.path = .

   DEPLOYMENT += testData
}

symbian {
	TARGET.EPOCHEAPSIZE=5000 5000000
	TARGET.EPOCSTACKSIZE=50000

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