summaryrefslogtreecommitdiffstats
path: root/examples/sql/sqlbrowser
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-12-06 18:49:53 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-12-23 13:25:41 +0000
commitfe2f8146d43c769392953cf55014e53510a0ce2b (patch)
treee40d3c40fb5f50bbc82da336a2b69a3bf137393f /examples/sql/sqlbrowser
parent49f1b667fa810428f9d3b5451d616c6cd9f390ca (diff)
prune vestiges of DEPLOYMENT_PLUGIN
the code was broken since 5.0, as it still hardcoded the version number 4 for the plugin basenames. wince is not supported any more, so there is no point in trying to restore the code to function. at a later point, we'll make QTPLUGIN universal enough to cover both static and dynamic deployment. Change-Id: I0911ce4aff7a799dd471d6218e046f13dca6d49e Reviewed-by: Jake Petroules <jake.petroules@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Andy Shaw <andy.shaw@qt.io>
Diffstat (limited to 'examples/sql/sqlbrowser')
-rw-r--r--examples/sql/sqlbrowser/sqlbrowser.pro5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/sql/sqlbrowser/sqlbrowser.pro b/examples/sql/sqlbrowser/sqlbrowser.pro
index 539796fe71..1cc13d754f 100644
--- a/examples/sql/sqlbrowser/sqlbrowser.pro
+++ b/examples/sql/sqlbrowser/sqlbrowser.pro
@@ -15,8 +15,3 @@ build_all:!build_pass {
# install
target.path = $$[QT_INSTALL_EXAMPLES]/sql/sqlbrowser
INSTALLS += target
-
-
-wince {
- DEPLOYMENT_PLUGIN += qsqlite
-}