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
@@ -23,12 +23,6 @@ else()
|
||||
)
|
||||
endif()
|
||||
|
||||
set(Web_MOC_HDRS
|
||||
Server.h
|
||||
)
|
||||
fc_wrap_cpp(Web_MOC_SRCS ${Web_MOC_HDRS})
|
||||
SOURCE_GROUP("Moc" FILES ${Web_MOC_SRCS})
|
||||
|
||||
SET(Web_SRCS
|
||||
AppWeb.cpp
|
||||
PreCompiled.cpp
|
||||
|
||||
@@ -44,13 +44,6 @@ SET(WebGui_SRCS
|
||||
CookieJar.h # QWebkit only
|
||||
)
|
||||
|
||||
set(WebGui_MOC_HDRS
|
||||
BrowserView.h
|
||||
CookieJar.h
|
||||
)
|
||||
fc_wrap_cpp(WebGui_MOC_SRCS ${WebGui_MOC_HDRS})
|
||||
SOURCE_GROUP("Moc" FILES ${SketcherGui_MOC_SRCS})
|
||||
|
||||
SET(WebGuiIcon_SVG
|
||||
Resources/icons/WebWorkbench.svg
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user