Qt6: port template and Cloud module to Qt6

This commit is contained in:
wmayer
2023-03-06 11:22:51 +01:00
committed by wwmayer
parent fb6fffa69f
commit 1a0801a23f
2 changed files with 2 additions and 10 deletions

View File

@@ -13,11 +13,7 @@ set(CloudGui_LIBS
FreeCADGui
)
if (BUILD_QT5)
qt5_add_resources(Cloud_QRC_SRCS Resources/Cloud.qrc)
else()
qt4_add_resources(Cloud_QRC_SRCS Resources/Cloud.qrc)
endif()
qt_add_resources(Cloud_QRC_SRCS Resources/Cloud.qrc)
SET(CloudGui_SRCS
${Cloud_QRC_SRCS}

View File

@@ -14,11 +14,7 @@ set(_TEMPLATE_Gui_LIBS
FreeCADGui
)
if (BUILD_QT5)
qt5_add_resources(_TEMPLATE__QRC_SRCS Resources/_TEMPLATE_.qrc)
else()
qt4_add_resources(_TEMPLATE__QRC_SRCS Resources/_TEMPLATE_.qrc)
endif()
qt_add_resources(_TEMPLATE__QRC_SRCS Resources/_TEMPLATE_.qrc)
SET(_TEMPLATE_Gui_SRCS
${_TEMPLATE__QRC_SRCS}