summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui.pro
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-12-04 02:59:31 +0100
committerSergio Ahumada <sergio.ahumada@nokia.com>2011-12-07 10:45:03 +0100
commit1290b1328c5168db0b922dfd19ba88db3cc265cf (patch)
tree01f0662984699bff715e2e7bf1a447b694409ec3 /tests/auto/gui.pro
parent8a390046adddb8df3ddcf3a421f6f547e6cfe7aa (diff)
tests: make tests compile or disable those which don't compile
These changes are mostly a backport from qtbase and a fix to those tests that are dependent on private APIs. Change-Id: I6e647583d7aaddf525d719c3b61f59a0c9aedf74 Reviewed-by: Rohan McGovern Reviewed-by: Friedemann Kleint
Diffstat (limited to 'tests/auto/gui.pro')
-rw-r--r--tests/auto/gui.pro25
1 files changed, 20 insertions, 5 deletions
diff --git a/tests/auto/gui.pro b/tests/auto/gui.pro
index 17f56f2186..cde39c2011 100644
--- a/tests/auto/gui.pro
+++ b/tests/auto/gui.pro
@@ -209,11 +209,26 @@ SUBDIRS=\
win32:SUBDIRS -= qtextpiecetable
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
- qgraphicssceneindex \
- qnetworkreply \
- qpathclipper \
- qstylesheetstyle \
- qtextpiecetable \
+ qcolumnview \
+ qgraphicsanchorlayout \
+ qgraphicsanchorlayout1 \
+ qgraphicsitem \
+ qgraphicsscene \
+ qgraphicssceneindex \
+ qlistwidget \
+ qmainwindow \
+ qnetworkreply \
+ qpathclipper \
+ qpixmapcache \
+ qsidebar \
+ qstatictext \
+ qstylesheetstyle \
+ qtcpsocket \
+ qtextlayout \
+ qtextpiecetable \
+ qtipc \
+ qtoolbar \
+ qtreeview \
symbian:SUBDIRS -= \
qsystemtrayicon \