summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-05-15 17:34:40 +0200
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-05-29 17:55:15 +0000
commit0b1aee35bd6094f8c8359c0705164a9d6260dd15 (patch)
tree7eb043b85ecb53b9cedbfb3fe0cc60dc2a993519
parent9f3354218321c326c05f9d4627c462c781d1714e (diff)
downloadqttools-0b1aee35bd6094f8c8359c0705164a9d6260dd15.tar.gz
remove bogus QTPLUGIN+=qsqlite magic
the code was originally meant to link the plugin if it's not built into qtsql. this logic did not survive the various build system refactorings, but it's also entirely pointless, because available static plugins are now automatically linked. Change-Id: I5e45798a2e3cdddb8aa6fc7c283f023cf4d2c2c9 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r--src/assistant/assistant/assistant.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/assistant/assistant/assistant.pro b/src/assistant/assistant/assistant.pro
index ef71536d4..82f55092c 100644
--- a/src/assistant/assistant/assistant.pro
+++ b/src/assistant/assistant/assistant.pro
@@ -119,6 +119,4 @@ mac {
QMAKE_INFO_PLIST = Info_mac.plist
}
-contains(SQLPLUGINS, sqlite):QTPLUGIN += qsqlite
-
load(qt_app)