remove dependency on qgis_gui from native tests

This commit is contained in:
Denis Rouzaud 2018-09-27 09:43:26 -04:00 committed by GitHub
parent 1c8b99e38b
commit bb81f71dcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)