equal
deleted
inserted
replaced
|
1 load(qttest_p4) |
|
2 SOURCES += tst_qsqldatabase.cpp |
|
3 |
|
4 QT += sql |
|
5 |
|
6 contains(QT_CONFIG, qt3support): QT += qt3support |
|
7 |
|
8 win32: { |
|
9 !wince*: LIBS += -lws2_32 |
|
10 else: LIBS += -lws2 |
|
11 } |
|
12 |
|
13 wince*: { |
|
14 DEPLOYMENT_PLUGIN += qsqlite |
|
15 |
|
16 testData.sources = testdata |
|
17 testData.path = . |
|
18 |
|
19 DEPLOYMENT += testData |
|
20 } |
|
21 |
|
22 symbian { |
|
23 TARGET.EPOCHEAPSIZE=5000 5000000 |
|
24 TARGET.EPOCSTACKSIZE=50000 |
|
25 |
|
26 qt_not_deployed { |
|
27 contains(S60_VERSION, 3.1)|contains(S60_VERSION, 3.2)|contains(S60_VERSION, 5.0) { |
|
28 sqlite.path = /sys/bin |
|
29 sqlite.sources = sqlite3.dll |
|
30 DEPLOYMENT += sqlite |
|
31 } |
|
32 } |
|
33 } |
|
34 |