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
7eec10defa
commit
92683e1f63
@@ -13,12 +13,6 @@ set(PointsGui_LIBS
|
||||
FreeCADGui
|
||||
)
|
||||
|
||||
set(PointsGui_MOC_HDRS
|
||||
DlgPointsReadImp.h
|
||||
)
|
||||
fc_wrap_cpp(PointsGui_MOC_SRCS ${PointsGui_MOC_HDRS})
|
||||
SOURCE_GROUP("Moc" FILES ${PointsGui_MOC_SRCS})
|
||||
|
||||
set(Dialog_UIC_SRCS
|
||||
DlgPointsRead.ui
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user