From 6abd1967feb38585d3a4c17d944d50d1d22b028a Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 27 Sep 2012 19:08:50 +0200 Subject: [PATCH] Mark the cmake test here as insignificant. The QtUiTools library, being a static library, is apparently broken with the CMake MSVC generator. Task-number: QTBUG-27087 Change-Id: I0e8a76c1d413fa845a4b803f08974a1907f18886 Reviewed-by: Sergio Ahumada --- tests/auto/cmake/cmake.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/auto/cmake/cmake.pro b/tests/auto/cmake/cmake.pro index bf2dbcb..bd61ed2 100644 --- a/tests/auto/cmake/cmake.pro +++ b/tests/auto/cmake/cmake.pro @@ -2,4 +2,6 @@ # Cause make to do nothing. TEMPLATE = subdirs +# QtUiTools test fail on Windows/MSVC because it's a static library - QTBUG-27087 +win32:CONFIG += insignificant_test CONFIG += ctest_testcase -- 2.7.4