Mark the cmake test here as insignificant.
authorStephen Kelly <stephen.kelly@kdab.com>
Thu, 27 Sep 2012 17:08:50 +0000 (19:08 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 27 Sep 2012 17:50:27 +0000 (19:50 +0200)
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 <sergio.ahumada@digia.com>
tests/auto/cmake/cmake.pro

index bf2dbcb..bd61ed2 100644 (file)
@@ -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