Skip to content

Commit 521d9a3

Browse files
committed
Link tests with application's Qt libs
1 parent f59a912 commit 521d9a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/module_test.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ if (SCRATCHCPP_PLAYER_BUILD_UNIT_TESTS)
1515
${MODULE}
1616
GTest::gtest_main
1717
GTest::gmock_main
18-
Qt6::Gui
19-
Qt6::Qml
18+
${QT_LIBS}
2019
Qt6::Test
2120
)
2221

0 commit comments

Comments
 (0)