summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsqlerror/qsqlerror.pro
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-04-24 13:34:15 +0200
committeraxis <qt-info@nokia.com>2009-04-24 13:34:15 +0200
commit8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76 (patch)
treea17e1a767a89542ab59907462206d7dcf2e504b2 /tests/auto/qsqlerror/qsqlerror.pro
Long live Qt for S60!
Diffstat (limited to 'tests/auto/qsqlerror/qsqlerror.pro')
-rw-r--r--tests/auto/qsqlerror/qsqlerror.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/auto/qsqlerror/qsqlerror.pro b/tests/auto/qsqlerror/qsqlerror.pro
new file mode 100644
index 0000000000..855e72028a
--- /dev/null
+++ b/tests/auto/qsqlerror/qsqlerror.pro
@@ -0,0 +1,16 @@
+############################################################
+# Project file for autotest for file qsqlerror.h
+############################################################
+
+load(qttest_p4)
+QT = core sql
+
+SOURCES += tst_qsqlerror.cpp
+
+symbian {
+ 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
+ }
+}