From 6c8b29acec292569c56e7af8602e9d3940c67db5 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Mon, 15 Oct 2012 16:44:01 +0200 Subject: [PATCH] Remove insignification from CMake tests. The failing test is working, now that a fix has been added to qtbase. Task-number: QTBUG-27087 Change-Id: I4e4a74a49cf080a94de582da22870f8c01797ad4 Reviewed-by: Rohan McGovern --- tests/auto/cmake/cmake.pro | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/auto/cmake/cmake.pro b/tests/auto/cmake/cmake.pro index fb9ae5e..bf2dbcb 100644 --- a/tests/auto/cmake/cmake.pro +++ b/tests/auto/cmake/cmake.pro @@ -2,6 +2,4 @@ # Cause make to do nothing. TEMPLATE = subdirs -# QtUiTools test fail on Windows/MSVC because it's a static library - QTBUG-27087 -if(win32|mac):CONFIG += insignificant_test CONFIG += ctest_testcase -- 2.7.4