We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 2831f84 commit 8f44a29Copy full SHA for 8f44a29
src/core/CMakeLists.txt
@@ -1113,6 +1113,8 @@ IF (WIN32)
1113
TARGET_LINK_LIBRARIES(qgis_core wsock32 ${SETUPAPI_LIBRARY} DbgHelp)
1114
ENDIF (WIN32)
1115
1116
+TARGET_LINK_LIBRARIES(qgis_core qgis_native)
1117
+
1118
IF (NOT WITH_INTERNAL_QEXTSERIALPORT)
1119
TARGET_LINK_LIBRARIES(qgis_core ${QEXTSERIALPORT_LIBRARY})
1120
ENDIF (NOT WITH_INTERNAL_QEXTSERIALPORT)
0 commit comments