summaryrefslogtreecommitdiffstats
path: root/examples/sql
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql')
-rw-r--r--examples/sql/books/books.pro2
-rw-r--r--examples/sql/sql.pro4
-rw-r--r--examples/sql/sqlbrowser/sqlbrowser.pro2
-rw-r--r--examples/sql/sqlwidgetmapper/sqlwidgetmapper.pro2
4 files changed, 5 insertions, 5 deletions
diff --git a/examples/sql/books/books.pro b/examples/sql/books/books.pro
index 1cdcaff870..c64766c29f 100644
--- a/examples/sql/books/books.pro
+++ b/examples/sql/books/books.pro
@@ -12,7 +12,7 @@ target.path = $$[QT_INSTALL_EXAMPLES]/sql/books
INSTALLS += target
-wince*: {
+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
diff --git a/examples/sql/sql.pro b/examples/sql/sql.pro
index eeed18379e..e7bf3e76d9 100644
--- a/examples/sql/sql.pro
+++ b/examples/sql/sql.pro
@@ -8,9 +8,9 @@ SUBDIRS = books \
relationaltablemodel \
sqlwidgetmapper
-!wince*: SUBDIRS += masterdetail
+!wince: SUBDIRS += masterdetail
-!wince*: SUBDIRS += \
+!wince: SUBDIRS += \
querymodel \
tablemodel
diff --git a/examples/sql/sqlbrowser/sqlbrowser.pro b/examples/sql/sqlbrowser/sqlbrowser.pro
index 2983226b8b..539796fe71 100644
--- a/examples/sql/sqlbrowser/sqlbrowser.pro
+++ b/examples/sql/sqlbrowser/sqlbrowser.pro
@@ -17,6 +17,6 @@ target.path = $$[QT_INSTALL_EXAMPLES]/sql/sqlbrowser
INSTALLS += target
-wince*: {
+wince {
DEPLOYMENT_PLUGIN += qsqlite
}
diff --git a/examples/sql/sqlwidgetmapper/sqlwidgetmapper.pro b/examples/sql/sqlwidgetmapper/sqlwidgetmapper.pro
index ae0e59a12b..44815407d7 100644
--- a/examples/sql/sqlwidgetmapper/sqlwidgetmapper.pro
+++ b/examples/sql/sqlwidgetmapper/sqlwidgetmapper.pro
@@ -7,6 +7,6 @@ QT += sql widgets
target.path = $$[QT_INSTALL_EXAMPLES]/sql/sqlwidgetmapper
INSTALLS += target
-wince*: DEPLOYMENT_PLUGIN += qsqlite
+wince: DEPLOYMENT_PLUGIN += qsqlite