Look into the right variable to determine whether Qt is built statically.
authorkh1 <karsten.heimrich@digia.com>
Thu, 31 Jan 2013 09:38:49 +0000 (10:38 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 31 Jan 2013 15:00:28 +0000 (16:00 +0100)
Change-Id: I2a9a6613bad5de19fadc0361eda3fe7dbb4b0a44
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
src/assistant/assistant/assistant.pro

index 168725c..c5f9e5e 100644 (file)
@@ -107,7 +107,7 @@ mac {
     QMAKE_INFO_PLIST = Info_mac.plist
 }
 
-contains(CONFIG, static): {
+contains(QT_CONFIG, static): {
     SQLPLUGINS = $$unique(sql-plugins)
     contains(SQLPLUGINS, sqlite): {
         QTPLUGIN += qsqlite