aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-05-12 09:52:48 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2011-05-12 14:40:16 +1000
commit03cfbe8cb923cc1de191a527b542046a1e450e76 (patch)
tree21b8ad2568137404c806f8c7ce7afdab56aa9aff /tests
parent5186ddc1d962cc2cb0e2a937c2a397c019de3a6e (diff)
tests: mark tst_qsgitem as a private-test
This test uses private symbols. Reviewed-by: Jason McDonald Change-Id: I026f4d00be5f53203d0b155e08533474cc4d9605
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/declarative.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/auto/declarative/declarative.pro b/tests/auto/declarative/declarative.pro
index 8db6eb172c..fc05f7993c 100644
--- a/tests/auto/declarative/declarative.pro
+++ b/tests/auto/declarative/declarative.pro
@@ -26,9 +26,6 @@ SUBDIRS += \
qmlvisual \
moduleqt47
-SUBDIRS += \
- qsgitem \
-
contains(QT_CONFIG, private_tests) {
SUBDIRS += \
qdeclarativeanchors \
@@ -84,6 +81,7 @@ contains(QT_CONFIG, private_tests) {
qsgflipable \
qsgfocusscope \
qsggridview \
+ qsgitem \
qsglistview \
qsgloader \
qsgmousearea \