Skip to content

Commit

Permalink
Add missing library dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Dec 2, 2023
1 parent ccd972c commit b306e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/auto/api/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ qt6_add_dbus_adaptor(

add_executable(tst_qtaccountsservice ${SOURCES})

target_link_libraries(tst_qtaccountsservice PRIVATE Liri::Qt6AccountsService)
target_link_libraries(tst_qtaccountsservice PRIVATE Qt6::Test Liri::Qt6AccountsService)

0 comments on commit b306e60

Please sign in to comment.