aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmltest/qmltest.pro
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-04-20 18:26:13 +1000
committerQt by Nokia <qt-info@nokia.com>2012-04-26 09:06:50 +0200
commitb219c6368356216225ec82db3ba2056dc8778d89 (patch)
treee6437df6a14c21c654c4d7525ca3b46eec8c5cb5 /tests/auto/qmltest/qmltest.pro
parent507585c7f85e90bf6ebe76f84628c3f51e0c8409 (diff)
Re-enable qmltest on non-Mac platforms.
The test only fails on Mac, so only make it insignificant on Mac. Task-number: QTBUG-25306 Change-Id: If8ca4422ad1db38392397770ef3004ed4a0e8274 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/qmltest/qmltest.pro')
-rw-r--r--tests/auto/qmltest/qmltest.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qmltest/qmltest.pro b/tests/auto/qmltest/qmltest.pro
index ca39dacdb9..0dc7b690f6 100644
--- a/tests/auto/qmltest/qmltest.pro
+++ b/tests/auto/qmltest/qmltest.pro
@@ -9,4 +9,4 @@ importFiles.files = borderimage buttonclick createbenchmark events qqmlbindi
importFiles.path = .
DEPLOYMENT += importFiles
-CONFIG+=insignificant_test # QTBUG-25306
+mac:CONFIG+=insignificant_test # QTBUG-25306