CMake: add Qt's WinExtra module
This commit is contained in:
@@ -10,6 +10,10 @@ if(BUILD_GUI)
|
||||
if (FREECAD_QT_MAJOR_VERSION EQUAL 6)
|
||||
list (APPEND FREECAD_QT_COMPONENTS GuiTools)
|
||||
list (APPEND FREECAD_QT_COMPONENTS SvgWidgets)
|
||||
elseif (FREECAD_QT_MAJOR_VERSION EQUAL 5)
|
||||
if (WIN32)
|
||||
list (APPEND FREECAD_QT_COMPONENTS WinExtras)
|
||||
endif()
|
||||
endif()
|
||||
list (APPEND FREECAD_QT_COMPONENTS OpenGL PrintSupport Svg UiTools Widgets)
|
||||
if (BUILD_WEB)
|
||||
|
||||
Reference in New Issue
Block a user