From c5eee42075f41041bb838292473b76ca4a89b8cc Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Tue, 7 Dec 2021 11:36:56 +0100 Subject: Fix qt5_use_modules warning fixes https://github.com/AyatanaIndicators/ayatana-indicator-sound/issues/72 --- tests/dbus-types/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/dbus-types') diff --git a/tests/dbus-types/CMakeLists.txt b/tests/dbus-types/CMakeLists.txt index 9d7d3a2..c872635 100644 --- a/tests/dbus-types/CMakeLists.txt +++ b/tests/dbus-types/CMakeLists.txt @@ -53,8 +53,8 @@ add_library( dbus-action-result.cpp ) -qt5_use_modules( +target_link_libraries( sound-indicator-dbus-interfaces - Core - DBus + Qt5::Core + Qt5::DBus ) -- cgit v1.2.3