Fix CMake warning: qt5_make_output_file is not part of the official API, and might be removed in Qt 6.

This commit is contained in:
Mateusz Skowroński
2021-04-05 00:02:35 +02:00
committed by wwmayer
parent 3f3df7d8e3
commit 9ade68e9bf
24 changed files with 14 additions and 492 deletions

View File

@@ -10,12 +10,6 @@ set(TestGui_LIBS
FreeCADGui
)
set(Test_MOC_HDRS
UnitTestImp.h
)
fc_wrap_cpp(Test_MOC_SRCS ${Test_MOC_HDRS})
SOURCE_GROUP("Moc" FILES ${Test_MOC_SRCS})
set(Dialogs_UIC_SRCS
UnitTest.ui
)