summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/models/models.pro
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-06-05 14:10:02 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-07 07:25:27 +0200
commit51aff5ba67e048b7284995e4607c9f487e5866fb (patch)
tree82835634a4e12e962b8325dc830bcad223c96a90 /tests/auto/sql/models/models.pro
parent2a62122682de7bf0d2e107c36223b8e72bd3f8f4 (diff)
Make sql autotests build without widgets
Change-Id: Icd4d2ef39961e2e0ec5c9e910c74b3e8a35503bf Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'tests/auto/sql/models/models.pro')
-rw-r--r--tests/auto/sql/models/models.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/sql/models/models.pro b/tests/auto/sql/models/models.pro
index d04ba01710..c00ec2c935 100644
--- a/tests/auto/sql/models/models.pro
+++ b/tests/auto/sql/models/models.pro
@@ -4,3 +4,5 @@ SUBDIRS=\
qsqlrelationaltablemodel \
qsqltablemodel \
+contains(QT_CONFIG, no-widgets): SUBDIRS -= \
+ qsqlquerymodel