From: Jason McDonald Date: Fri, 20 Apr 2012 08:26:13 +0000 (+1000) Subject: Re-enable qmltest on non-Mac platforms. X-Git-Tag: upstream/5.2.1~2013 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b219c6368356216225ec82db3ba2056dc8778d89;p=platform%2Fupstream%2Fqtdeclarative.git 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 --- diff --git a/tests/auto/qmltest/qmltest.pro b/tests/auto/qmltest/qmltest.pro index ca39dac..0dc7b69 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