summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-08-03 15:00:10 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-05 13:26:15 +0200
commit13d7823ef722f753b962315c285ba0941586a060 (patch)
tree2827e0b7dd4c475bc03dc4fd755567ffc60074ec /tests
parentc0f51fb1d09c4edb00748ff90d9e5ea9ba5773b2 (diff)
tests: Enable some itemmodels tests that don't depend on Qt Widgets
Make qabstractproxymodel and qidentityproxymodel build and run even if -no-widgets is used since they don't depend on Qt Widgets. Change-Id: I48bc2f6a78812b1bf0083f76c6a4e106f4e38650 Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/corelib/itemmodels/itemmodels.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/corelib/itemmodels/itemmodels.pro b/tests/auto/corelib/itemmodels/itemmodels.pro
index 2f681c3330..e0bc2a8a4b 100644
--- a/tests/auto/corelib/itemmodels/itemmodels.pro
+++ b/tests/auto/corelib/itemmodels/itemmodels.pro
@@ -1,11 +1,11 @@
TEMPLATE=subdirs
SUBDIRS = qabstractitemmodel \
- qstringlistmodel
-
-qtHaveModule(widgets): SUBDIRS += \
qabstractproxymodel \
qidentityproxymodel \
+ qstringlistmodel \
+
+qtHaveModule(widgets): SUBDIRS += \
qitemmodel \
qitemselectionmodel \
qsortfilterproxymodel \