We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d960e commit 9ebf1feCopy full SHA for 9ebf1fe
tests/src/app/CMakeLists.txt
@@ -78,6 +78,9 @@ MACRO (ADD_QGIS_TEST testname testsrc)
78
ADD_DEFINITIONS(-DQWT_DLL)
79
TARGET_LINK_LIBRARIES(qgis_${testname} DbgHelp)
80
ENDIF(WIN32)
81
+ IF (APPLE)
82
+ TARGET_LINK_LIBRARIES(qgis_${testname} ${APP_SERVICES_LIBRARY} )
83
+ ENDIF(APPLE)
84
ADD_TEST(qgis_${testname} ${CMAKE_CURRENT_BINARY_DIR}/../../../output/bin/qgis_${testname})
85
#SET_TARGET_PROPERTIES(qgis_${testname} PROPERTIES
86
# INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/${QGIS_LIB_DIR}
0 commit comments