diff options
| author | Jo Asplin <jo.asplin@nokia.com> | 2011-09-02 12:08:47 +0200 |
|---|---|---|
| committer | Jo Asplin <jo.asplin@nokia.com> | 2011-09-06 09:32:15 +0200 |
| commit | 0a2282f97a2d74ac52d6ba8f33b1eaba0df3668d (patch) | |
| tree | 200205f22bb65825550e829cbeb241e82a20db69 /tests/auto/qsqldatabase/qsqldatabase.pro | |
| parent | 5e9f410eb67175b0f1abe95cabdb64dd30a6e7d7 (diff) | |
Moved sql autotests into new directory structure
Task-number: QTBUG-21253
Change-Id: Id20605e1247b080e775968b56ea5f56462ca4c71
Reviewed-on: http://codereview.qt.nokia.com/4127
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/auto/qsqldatabase/qsqldatabase.pro')
| -rw-r--r-- | tests/auto/qsqldatabase/qsqldatabase.pro | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/tests/auto/qsqldatabase/qsqldatabase.pro b/tests/auto/qsqldatabase/qsqldatabase.pro deleted file mode 100644 index ee78b79c36d..00000000000 --- a/tests/auto/qsqldatabase/qsqldatabase.pro +++ /dev/null @@ -1,32 +0,0 @@ -load(qttest_p4) -SOURCES += tst_qsqldatabase.cpp - -QT += sql - -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 - } - } -} - |
