mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
remove dependency on qgis_gui from native tests
This commit is contained in:
parent
1c8b99e38b
commit
bb81f71dcd
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user