Skip to content

Commit bb81f71

Browse files
authored
remove dependency on qgis_gui from native tests
1 parent 1c8b99e commit bb81f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/native/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ MACRO (ADD_QGIS_TEST testname testsrc)
6565
TARGET_LINK_LIBRARIES(qgis_${testname}
6666
${Qt5Core_LIBRARIES}
6767
${Qt5Test_LIBRARIES}
68-
qgis_gui
68+
qgis_core
6969
qgis_native
7070
)
7171
ADD_TEST(qgis_${testname} ${CMAKE_CURRENT_BINARY_DIR}/../../../output/bin/qgis_${testname} -maxwarnings 10000)

0 commit comments

Comments
 (0)