Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
2 additions
and
1 deletion.
-
+2
−1
src/core/CMakeLists.txt
|
@@ -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} |
|
@@ -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} |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.