summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/models/models.pro
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2019-01-07 12:14:19 +0100
committerAndy Shaw <andy.shaw@qt.io>2019-02-19 11:00:19 +0000
commit4c759340081384e7b9fae5d2179d25016dc1dda6 (patch)
tree0471d6c32e8a94b9fedd52950c78a937c3ee1238 /tests/auto/sql/models/models.pro
parent441520141ead6dec74f3bdbb4c1d1e48d3356435 (diff)
Fix a couple of SQL tests
One of the tests was not added to the parent subdirectory pro so this is also rectified. Change-Id: I270f1c2882260e3e3fac83d074ed6444c5dece19 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'tests/auto/sql/models/models.pro')
-rw-r--r--tests/auto/sql/models/models.pro8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/sql/models/models.pro b/tests/auto/sql/models/models.pro
index 2c3ae4ef0a..da807f4351 100644
--- a/tests/auto/sql/models/models.pro
+++ b/tests/auto/sql/models/models.pro
@@ -1,8 +1,8 @@
TEMPLATE=subdirs
-SUBDIRS=\
+qtHaveModule(widgets): SUBDIRS = \
qsqlquerymodel \
- qsqlrelationaltablemodel \
+ qsqlrelationaldelegate
+
+SUBDIRS += qsqlrelationaltablemodel \
qsqltablemodel \
-!qtHaveModule(widgets): SUBDIRS -= \
- qsqlquerymodel