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
@@ -34,15 +34,6 @@ set(MeshPartGui_LIBS
|
||||
FreeCADGui
|
||||
)
|
||||
|
||||
set(MeshPartGui_MOC_HDRS
|
||||
CrossSections.h
|
||||
CurveOnMesh.h
|
||||
TaskCurveOnMesh.h
|
||||
Tessellation.h
|
||||
)
|
||||
fc_wrap_cpp(MeshPartGui_MOC_SRCS ${MeshPartGui_MOC_HDRS})
|
||||
SOURCE_GROUP("Moc" FILES ${MeshPartGui_MOC_SRCS})
|
||||
|
||||
set(MeshPartGui_UIC_SRCS
|
||||
CrossSections.ui
|
||||
TaskCurveOnMesh.ui
|
||||
|
||||
Reference in New Issue
Block a user