summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/kernel/qsqlerror/qsqlerror.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/sql/kernel/qsqlerror/qsqlerror.pro')
-rw-r--r--tests/auto/sql/kernel/qsqlerror/qsqlerror.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/auto/sql/kernel/qsqlerror/qsqlerror.pro b/tests/auto/sql/kernel/qsqlerror/qsqlerror.pro
new file mode 100644
index 0000000000..ebf6d24381
--- /dev/null
+++ b/tests/auto/sql/kernel/qsqlerror/qsqlerror.pro
@@ -0,0 +1,18 @@
+############################################################
+# Project file for autotest for file qsqlerror.h
+############################################################
+
+load(qttest_p4)
+QT = core sql
+
+SOURCES += tst_qsqlerror.cpp
+
+symbian {
+ 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
+ }
+ }
+}