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:
committed by
wwmayer
parent
3f3df7d8e3
commit
9ade68e9bf
@@ -22,19 +22,6 @@ set(DrawingGui_LIBS
|
||||
FreeCADGui
|
||||
)
|
||||
|
||||
|
||||
set(DrawingGui_MOC_HDRS
|
||||
DrawingView.h
|
||||
TaskOrthoViews.h
|
||||
TaskDialog.h
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
fc_wrap_cpp(DrawingGui_MOC_SRCS ${DrawingGui_MOC_HDRS})
|
||||
SOURCE_GROUP("Moc" FILES ${DrawingGui_MOC_SRCS})
|
||||
|
||||
set(DrawingGui_UIC_SRCS
|
||||
TaskOrthoViews.ui
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user