summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-03-27 16:31:46 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-27 19:39:19 +0100
commit1b02287e464efc999dda10ff57c0207e6f3648d5 (patch)
tree25be62651cee87b8facca1b1b0bbd5a9c195b96a
parentd73afeeafc7df8192508c1a5617944d303d5a0a2 (diff)
Assistant: Fix static linking on Windows.v5.0.2
Check for existence of sqlite-plugin. Breakage introduced by d73afeeafc7df8192508c1a5617944d303d5a0a2 . Change-Id: I2595ed4d80e0804f1c2503cddf94ca15e4922af9 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-rw-r--r--src/assistant/assistant/assistant.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assistant/assistant/assistant.pro b/src/assistant/assistant/assistant.pro
index 25e423883..c054147b8 100644
--- a/src/assistant/assistant/assistant.pro
+++ b/src/assistant/assistant/assistant.pro
@@ -107,7 +107,7 @@ mac {
QMAKE_INFO_PLIST = Info_mac.plist
}
-QTPLUGIN += qsqlite
+contains(SQLPLUGINS, sqlite):QTPLUGIN += qsqlite
target.path=$$[QT_INSTALL_BINS]
INSTALLS += target