From 673db1b006a9e78c4e0846160fd1a79e6298bb3d Mon Sep 17 00:00:00 2001 From: Tim Jenssen Date: Thu, 14 Jul 2011 15:22:42 +0200 Subject: fix sql loading in the static build case --- examples/testapp/testapp.pro | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'examples') diff --git a/examples/testapp/testapp.pro b/examples/testapp/testapp.pro index 235dccf76..4b1ada531 100644 --- a/examples/testapp/testapp.pro +++ b/examples/testapp/testapp.pro @@ -9,11 +9,8 @@ DESTDIR = packages/com.nokia.testapp/data QT += script network xml sql CONFIG += uitools help contains(CONFIG, static): { - SQLPLUGINS = $$unique(sql-plugins) - contains(SQLPLUGINS, sqlite): { - QTPLUGIN += qsqlite - DEFINES += USE_STATIC_SQLITE_PLUGIN - } + QTPLUGIN += qsqlite + DEFINES += USE_STATIC_SQLITE_PLUGIN } # Input -- cgit v1.2.3