diff options
author | Oswald Buddenhagen <[email protected]> | 2017-05-15 17:32:52 +0200 |
---|---|---|
committer | Oswald Buddenhagen <[email protected]> | 2017-05-29 17:55:08 +0000 |
commit | e5f457a51d6ff38a1a4298cbad797a12ee378139 (patch) | |
tree | fc1fc4a76db2a0ebd050db2353c7b5760547b5f5 /examples/quickcontrols/controls | |
parent | 57c3f422b4f97a844d9301b9a288dbf2cb7d76ec (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: I85039dbb123ab4fa1089b898041ab6d3ddb2e44c
Reviewed-by: Simon Hausmann <[email protected]>
Diffstat (limited to 'examples/quickcontrols/controls')
-rw-r--r-- | examples/quickcontrols/controls/calendar/calendar.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/quickcontrols/controls/calendar/calendar.pro b/examples/quickcontrols/controls/calendar/calendar.pro index 0c79fb40b..37fef2888 100644 --- a/examples/quickcontrols/controls/calendar/calendar.pro +++ b/examples/quickcontrols/controls/calendar/calendar.pro @@ -1,8 +1,6 @@ QT += qml quick sql TARGET = calendar -!qtConfig(sql-sqlite): QTPLUGIN += qsqlite - include(src/src.pri) include(../shared/shared.pri) |