aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-05-15 17:33:43 +0200
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-05-29 17:55:11 +0000
commitacedf3ade859118f17af077d8dafd174d0a10d2b (patch)
tree989b45b4f9109027f9db0b12eb30d5a8d7b89943 /examples
parent8bf206d58b20b6f0e7f60f46c167e7d689b10e5e (diff)
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: If4b5bb3387f21aef98aa55257dd5b94f953822c5 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/quickcontrols2/chattutorial/chapter4-models/chapter4-models.pro2
-rw-r--r--examples/quickcontrols2/chattutorial/chapter5-styling/chapter5-styling.pro2
2 files changed, 0 insertions, 4 deletions
diff --git a/examples/quickcontrols2/chattutorial/chapter4-models/chapter4-models.pro b/examples/quickcontrols2/chattutorial/chapter4-models/chapter4-models.pro
index 75d37ca3..2a2d955b 100644
--- a/examples/quickcontrols2/chattutorial/chapter4-models/chapter4-models.pro
+++ b/examples/quickcontrols2/chattutorial/chapter4-models/chapter4-models.pro
@@ -3,8 +3,6 @@ TEMPLATE = app
QT += qml quick sql
CONFIG += c++11
-!qtConfig(sql-sqlite): QTPLUGIN += qsqlite
-
HEADERS += sqlcontactmodel.h \
sqlconversationmodel.h
diff --git a/examples/quickcontrols2/chattutorial/chapter5-styling/chapter5-styling.pro b/examples/quickcontrols2/chattutorial/chapter5-styling/chapter5-styling.pro
index 007d23b3..e798fe3c 100644
--- a/examples/quickcontrols2/chattutorial/chapter5-styling/chapter5-styling.pro
+++ b/examples/quickcontrols2/chattutorial/chapter5-styling/chapter5-styling.pro
@@ -3,8 +3,6 @@ TEMPLATE = app
QT += qml quick sql
CONFIG += c++11
-!qtConfig(sql-sqlite): QTPLUGIN += qsqlite
-
HEADERS += sqlcontactmodel.h \
sqlconversationmodel.h