diff options
Diffstat (limited to 'tests/auto/qsqldatabase/qsqldatabase.pro')
| -rw-r--r-- | tests/auto/qsqldatabase/qsqldatabase.pro | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/tests/auto/qsqldatabase/qsqldatabase.pro b/tests/auto/qsqldatabase/qsqldatabase.pro new file mode 100644 index 00000000000..066c24f3950 --- /dev/null +++ b/tests/auto/qsqldatabase/qsqldatabase.pro @@ -0,0 +1,34 @@ +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.files = testdata + testData.path = . + + DEPLOYMENT += testData +} + +symbian { + TARGET.EPOCHEAPSIZE=5000 5000000 + TARGET.EPOCSTACKSIZE=50000 + + 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 + } + } +} + |
