From f8746c32ceba5ae6d82dc88058f7570c2c9e6102 Mon Sep 17 00:00:00 2001 From: Janne Anttila Date: Wed, 30 Sep 2009 10:30:29 +0300 Subject: Added sql driver deployment for qsqldriver autotest in Symbian. The sqlite driver is required to run this autotest, and using cetest requires that all plugins are deployed with deployment statements. Reviewed-by: TrustMe --- tests/auto/qsqldriver/qsqldriver.pro | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/auto/qsqldriver') diff --git a/tests/auto/qsqldriver/qsqldriver.pro b/tests/auto/qsqldriver/qsqldriver.pro index 84f1cb2aec..7f289a6720 100644 --- a/tests/auto/qsqldriver/qsqldriver.pro +++ b/tests/auto/qsqldriver/qsqldriver.pro @@ -15,3 +15,11 @@ wince*: { LIBS += ws2_32.lib } } + +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 + } +} -- cgit v1.2.3