Re-enable qmltest on non-Mac platforms.
authorJason McDonald <jason.mcdonald@nokia.com>
Fri, 20 Apr 2012 08:26:13 +0000 (18:26 +1000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 26 Apr 2012 07:06:50 +0000 (09:06 +0200)
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>
tests/auto/qmltest/qmltest.pro

index ca39dac..0dc7b69 100644 (file)
@@ -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