aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-05-15 17:26:45 +0200
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-05-30 10:30:37 +0000
commit344fbc3d2f4ccc9773e2bbe7b2969b4ac86dc9aa (patch)
tree52d0285121fc12d2d86ce2325a85eb06a9af26f0 /examples
parent06c0702e7e252227ca907bc3654179ad079cd1b5 (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: I1d4f08ed5abdcc15c6b5f97bb4f6caa0a5db6f18 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/quick/demos/samegame/samegame.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/quick/demos/samegame/samegame.pro b/examples/quick/demos/samegame/samegame.pro
index 0f01654d46..7b680490ad 100644
--- a/examples/quick/demos/samegame/samegame.pro
+++ b/examples/quick/demos/samegame/samegame.pro
@@ -6,5 +6,3 @@ RESOURCES += samegame.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/quick/demos/samegame
INSTALLS += target
-
-!qtConfig(sql-sqlite): QTPLUGIN += qsqlite