tests: mark tst_qsgitem as a private-test
authorRohan McGovern <rohan.mcgovern@nokia.com>
Wed, 11 May 2011 23:52:48 +0000 (09:52 +1000)
committerRohan McGovern <rohan.mcgovern@nokia.com>
Thu, 12 May 2011 04:40:16 +0000 (14:40 +1000)
This test uses private symbols.

Reviewed-by: Jason McDonald
Change-Id: I026f4d00be5f53203d0b155e08533474cc4d9605

tests/auto/declarative/declarative.pro

index 8db6eb1..fc05f79 100644 (file)
@@ -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 \