aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/quick.pro
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2012-06-28 15:51:06 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-23 06:12:53 +0200
commit773d722ff2f503c3805e802022cbc487d5bb4126 (patch)
tree8f3e57fdf36edd77891426a5fcf77cbbdc083f5f /tests/auto/quick/quick.pro
parent0fc361f96b06ba318e70610e46beb421753cae9d (diff)
Add tests for QQuickPaintedItem.
Change-Id: If7645cc417b862d4d47da56e67035488fa83ede7 Reviewed-by: Damian Jansen <damian.jansen@nokia.com>
Diffstat (limited to 'tests/auto/quick/quick.pro')
-rw-r--r--tests/auto/quick/quick.pro6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/auto/quick/quick.pro b/tests/auto/quick/quick.pro
index 82592a9975..00166b301b 100644
--- a/tests/auto/quick/quick.pro
+++ b/tests/auto/quick/quick.pro
@@ -31,11 +31,6 @@ PRIVATETESTS += \
# This test requires the xmlpatterns module
!contains(QT_CONFIG,xmlpatterns):PRIVATETESTS -= qquickxmllistmodel
-# FIXME
-# qquickdroparea is disabled because it depends on changes that
-# have not been merged from qtbase/master to qtbase/api_changes yet:
- #qquickdroparea \
-
QUICKTESTS = \
qquickaccessible \
qquickanchors \
@@ -57,6 +52,7 @@ QUICKTESTS = \
qquickloader \
qquickmousearea \
qquickmultipointtoucharea \
+ qquickpainteditem \
qquickpathview \
qquickpincharea \
qquickpositioners \