summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorMika Rautanen <mika.rautanen@tieto.com>2010-01-20 00:23:45 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2010-01-20 05:22:37 (GMT)
commitb906feddf1593a837785bc41d65e837e64d31284 (patch)
treeea39b38552a063e7e10bd432b1155a7abae61620 /tests/auto/auto.pro
parent5f92bc9dd9f05f4824711b03406bdbe222ff73e9 (diff)
downloadQt-b906feddf1593a837785bc41d65e837e64d31284.zip
Qt-b906feddf1593a837785bc41d65e837e64d31284.tar.gz
Qt-b906feddf1593a837785bc41d65e837e64d31284.tar.bz2
Disabled some auto tests depending on private API.
These auto tests are working only if developer build is defined, so exclude those otherwise. Reviewed-by: Rohan McGovern
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 9b91c7d..3198a65 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -569,3 +569,21 @@ contains(QT_CONFIG, webkit): SUBDIRS += \
qwebhistory
contains(QT_CONFIG, declarative): SUBDIRS += declarative
+
+# Following tests depends on private API
+!contains(QT_CONFIG, private_tests): SUBDIRS -= \
+ qcssparser \
+ qgraphicssceneindex \
+ qhttpnetworkconnection \
+ qhttpnetworkreply \
+ qnativesocketengine \
+ qnetworkreply \
+ qpathclipper \
+ qsocketnotifier \
+ qsocks5socketengine \
+ qstylesheetstyle \
+ qtextpiecetable \
+ xmlpatternsdiagnosticsts \
+ xmlpatternsview \
+ xmlpatternsxqts \
+ xmlpatternsxslts