diff options
author | Alex Blasche <alexander.blasche@digia.com> | 2014-02-04 10:12:55 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-02-04 13:23:16 +0100 |
commit | 93773ce48d3f884fbd71a6783d317bda1880bd37 (patch) | |
tree | 949a6eca42f8c623145a6cfe5f33119ab79feab3 /tests/auto | |
parent | 691728d060058d5b27974f2e548d92a992e5425e (diff) | |
download | qtlocation-93773ce48d3f884fbd71a6783d317bda1880bd37.tar.gz |
Temporary workaround for failing unit test on win8 config in CI
Task-number: QTBUG-36519
Change-Id: I17a60fe311715bcd9b7e5e5253736daabff67caf
Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/declarative_core/declarative_core.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative_core/declarative_core.pro b/tests/auto/declarative_core/declarative_core.pro index 34f54b2a..7bad482b 100644 --- a/tests/auto/declarative_core/declarative_core.pro +++ b/tests/auto/declarative_core/declarative_core.pro @@ -11,3 +11,4 @@ QT += location quick OTHER_FILES = *.qml *.js TESTDATA = $$OTHER_FILES DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 +win32-msvc2012:CONFIG+=insignificant_test # QTBUG-36519 |