cmake: [skip ci] build with Qt6 requires the module QtSvgWidgets

This commit is contained in:
wmayer
2022-11-02 14:40:40 +01:00
parent 8365f90c09
commit a334bc4f0a
2 changed files with 4 additions and 1 deletions

View File

@@ -88,6 +88,7 @@ include_directories(
${QtOpenGL_INCLUDE_DIRS}
${QtPrintSupport_INCLUDE_DIRS}
${QtSvg_INCLUDE_DIRS}
${QtSvgWidgets_INCLUDE_DIRS}
${QtNetwork_INCLUDE_DIRS}
${QtUiTools_INCLUDE_DIRS}
)
@@ -97,6 +98,7 @@ list(APPEND FreeCADGui_LIBS
${QtOpenGL_LIBRARIES}
${QtPrintSupport_LIBRARIES}
${QtSvg_LIBRARIES}
${QtSvgWidgets_LIBRARIES}
${QtNetwork_LIBRARIES}
${QtUiTools_LIBRARIES}
)