summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2018-12-06 17:42:40 (GMT)
committerBrad King <brad.king@kitware.com>2018-12-07 13:01:02 (GMT)
commit4be7f38d57bdf94a600edace627be8e14f331250 (patch)
tree281d8bd11f387031ff54645d5293ef4dc4494afb /Tests/QtAutogen
parent81bea69bd1d52977c3782d26560f34563394f487 (diff)
downloadCMake-4be7f38d57bdf94a600edace627be8e14f331250.zip
CMake-4be7f38d57bdf94a600edace627be8e14f331250.tar.gz
CMake-4be7f38d57bdf94a600edace627be8e14f331250.tar.bz2
Autogen: Revert passing compiler implicit includes to moc
Passing an incomplete list of compiler include directories causes a regression in the KIO project (and probably others). We need to disable it until the complete list is available (see #16291). Fixes: #18669 Issue: #18041
Diffstat (limited to 'Tests/QtAutogen')
-rw-r--r--Tests/QtAutogen/Tests.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/QtAutogen/Tests.cmake b/Tests/QtAutogen/Tests.cmake
index 096d5e3..c53fb4f 100644
--- a/Tests/QtAutogen/Tests.cmake
+++ b/Tests/QtAutogen/Tests.cmake
@@ -39,7 +39,8 @@ endif()
# Qt5 only tests
if(QT_TEST_VERSION GREATER 4)
ADD_AUTOGEN_TEST(MocMacroName mocMacroName)
- ADD_AUTOGEN_TEST(MocOsMacros)
+ # Disabled for issue #18669
+ #ADD_AUTOGEN_TEST(MocOsMacros)
ADD_AUTOGEN_TEST(RerunMocPlugin)
if(APPLE)
ADD_AUTOGEN_TEST(MacOsFW)