We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8b99e commit bb81f71Copy full SHA for bb81f71
tests/src/native/CMakeLists.txt
@@ -65,7 +65,7 @@ MACRO (ADD_QGIS_TEST testname testsrc)
65
TARGET_LINK_LIBRARIES(qgis_${testname}
66
${Qt5Core_LIBRARIES}
67
${Qt5Test_LIBRARIES}
68
- qgis_gui
+ qgis_core
69
qgis_native
70
)
71
ADD_TEST(qgis_${testname} ${CMAKE_CURRENT_BINARY_DIR}/../../../output/bin/qgis_${testname} -maxwarnings 10000)
0 commit comments