summaryrefslogtreecommitdiffstats
path: root/examples/sql
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2017-07-19 09:47:29 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2017-07-19 09:47:29 +0200
commit407302fb1b823fbe0ae09c031862f87b252489e6 (patch)
treef192faf40b9009ee6a884ed4b7d0b3942b6810ac /examples/sql
parent0f30dcaea8129092142fe87d2d14209c75363f66 (diff)
parentad3b41a06d9ba7219c79b5548c5b11698787288d (diff)
Merge remote-tracking branch 'origin/5.9' into dev
Conflicts: src/corelib/io/qwindowspipewriter.cpp src/widgets/styles/qcommonstyle.cpp Change-Id: I0d33efdc4dc256e234abc490a18ccda72cd1d9e6
Diffstat (limited to 'examples/sql')
-rw-r--r--examples/sql/books/books.pro8
-rw-r--r--examples/sql/sql.pro12
2 files changed, 5 insertions, 15 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
-}
diff --git a/examples/sql/sql.pro b/examples/sql/sql.pro
index 135d05b4e2..a427e10929 100644
--- a/examples/sql/sql.pro
+++ b/examples/sql/sql.pro
@@ -4,16 +4,14 @@ TEMPLATE = subdirs
SUBDIRS = books \
drilldown \
- cachedtable \
- relationaltablemodel \
- sqlwidgetmapper
-
-!wince:qtHaveModule(xml): SUBDIRS += masterdetail
-
-!wince: SUBDIRS += \
+ cachedtable \
querymodel \
+ relationaltablemodel \
+ sqlwidgetmapper \
tablemodel
+qtHaveModule(xml): SUBDIRS += masterdetail
+
!cross_compile:{
contains(QT_BUILD_PARTS, tools):{
SUBDIRS += sqlbrowser