summaryrefslogtreecommitdiffstats
path: root/examples/sql/books
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2017-07-03 13:56:14 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2017-07-14 17:30:51 +0000
commitdc81a99decace7cdf47136731f9bb3ef35274a9e (patch)
tree2dbeaa6fa26a75422f947cc07788c854cc3e34c4 /examples/sql/books
parentd4700b2317ea8d97c9c1a1d6649d83e5aee0f80f (diff)
Examples: Remove remains of wince
Task-number: QTBUG-52590 Task-number: QTBUG-60628 Task-number: QTBUG-60633 Task-number: QTBUG-60635 Task-number: QTBUG-60641 Task-number: QTBUG-60659 Change-Id: I9ffc3e25893d2281b19cc12b70e1a92fb2a8b708 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'examples/sql/books')
-rw-r--r--examples/sql/books/books.pro8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/sql/books/books.pro b/examples/sql/books/books.pro
index c64766c29f..2b3d541fe8 100644
--- a/examples/sql/books/books.pro
+++ b/examples/sql/books/books.pro
@@ -10,11 +10,3 @@ QT += sql widgets widgets
target.path = $$[QT_INSTALL_EXAMPLES]/sql/books
INSTALLS += target
-
-
-wince {
- CONFIG(debug, debug|release):sqlPlugins.files = $$QT_BUILD_TREE/plugins/sqldrivers/*d4.dll
- CONFIG(release, debug|release):sqlPlugins.files = $$QT_BUILD_TREE/plugins/sqldrivers/*[^d]4.dll
- sqlPlugins.path = sqldrivers
- INSTALLS += sqlPlugins
-}