Skip to content

Commit

Permalink
fix XML
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Mar 24, 2021
1 parent 7ad733f commit 4fb05e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/CMakeLists.txt
Expand Up @@ -1739,6 +1739,7 @@ target_compile_features(qgis_core PRIVATE cxx_std_17)
target_include_directories(qgis_core SYSTEM PUBLIC
${${QT_VERSION_BASE}Core_INCLUDE_DIRS}
${${QT_VERSION_BASE}Gui_INCLUDE_DIRS}
${${QT_VERSION_BASE}Xml_INCLUDE_DIRS}
${${QT_VERSION_BASE}Widgets_INCLUDE_DIRS}
${${QT_VERSION_BASE}Svg_INCLUDE_DIRS}
${${QT_VERSION_BASE}PrintSupport_INCLUDE_DIRS}
Expand Down Expand Up @@ -1900,9 +1901,9 @@ if (ADD_CLAZY_CHECKS)
endif()

target_link_libraries(qgis_core
${QtXml_LIBRARIES}
${${QT_VERSION_BASE}Core_LIBRARIES}
${${QT_VERSION_BASE}Gui_LIBRARIES}
${${QT_VERSION_BASE}Xml_LIBRARIES}
${${QT_VERSION_BASE}Widgets_LIBRARIES}
${${QT_VERSION_BASE}Svg_LIBRARIES}
${${QT_VERSION_BASE}PrintSupport_LIBRARIES}
Expand Down

0 comments on commit 4fb05e9

Please sign in to comment.