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 <tim.jenssen@qt.io>
This commit is contained in:
Alessandro Portale
2019-05-20 19:08:15 +02:00
parent b0039f1ec8
commit ae1d4274e5

View File

@@ -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)