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 f155041 commit 77a280eCopy full SHA for 77a280e
tests/src/app/CMakeLists.txt
@@ -67,11 +67,13 @@ MACRO (ADD_QGIS_TEST testname testsrc)
67
${GEOS_LIBRARY}
68
${GDAL_LIBRARY}
69
${QWT_LIBRARY}
70
- ${QWTPOLAR_LIBRARY}
71
qgis_core
72
qgis_gui
73
qgis_analysis
74
qgis_app)
+ IF(WITH_QWTPOLAR AND NOT WITH_INTERNAL_QWTPOLAR)
75
+ TARGET_LINK_LIBRARIES(qgis_${testname} ${QWTPOLAR_LIBRARY})
76
+ ENDIF(WITH_QWTPOLAR AND NOT WITH_INTERNAL_QWTPOLAR)
77
IF(WIN32)
78
ADD_DEFINITIONS(-DQWT_DLL)
79
TARGET_LINK_LIBRARIES(qgis_${testname} DbgHelp)
0 commit comments