From ae1d4274e5422aa2eabe4cedfdd4ca5bfd930d6f Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Mon, 20 May 2019 19:08:15 +0200 Subject: [PATCH] Autotest: Add an EXPLICIT_MOC to CMakeLists.txt ...to circumvent auto_moc.cpp compilation errors with MSVC/Ninja. Change-Id: Ibc01d343d932bcc673dd750918277609df6b9f00 Reviewed-by: Tim Jenssen --- src/plugins/autotest/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/autotest/CMakeLists.txt b/src/plugins/autotest/CMakeLists.txt index fea6448ead8..9ab1e3ab7a7 100644 --- a/src/plugins/autotest/CMakeLists.txt +++ b/src/plugins/autotest/CMakeLists.txt @@ -71,6 +71,7 @@ add_qtc_plugin(AutoTest testtreeitemdelegate.cpp testtreeitemdelegate.h testtreemodel.cpp testtreemodel.h testtreeview.cpp testtreeview.h + EXPLICIT_MOC boost/boosttestsettingspage.h ) if (WITH_TESTS)