Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove dependency on qgis_gui from native tests
  • Loading branch information
3nids committed Sep 27, 2018
1 parent 1c8b99e commit bb81f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/native/CMakeLists.txt
Expand Up @@ -65,7 +65,7 @@ MACRO (ADD_QGIS_TEST testname testsrc)
TARGET_LINK_LIBRARIES(qgis_${testname}
${Qt5Core_LIBRARIES}
${Qt5Test_LIBRARIES}
qgis_gui
qgis_core
qgis_native
)
ADD_TEST(qgis_${testname} ${CMAKE_CURRENT_BINARY_DIR}/../../../output/bin/qgis_${testname} -maxwarnings 10000)
Expand Down

0 comments on commit bb81f71

Please sign in to comment.