aboutsummaryrefslogtreecommitdiff
path: root/tests/dbus-types
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-12-07 11:36:56 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-12-08 13:08:08 +0100
commitc5eee42075f41041bb838292473b76ca4a89b8cc (patch)
tree428a76cd6f8def241fdd0438d6eac16e2050ec5e /tests/dbus-types
parent92df05b89070d5409da1b36a9867443d03012f25 (diff)
downloadayatana-indicator-sound-c5eee42075f41041bb838292473b76ca4a89b8cc.tar.gz
ayatana-indicator-sound-c5eee42075f41041bb838292473b76ca4a89b8cc.tar.bz2
ayatana-indicator-sound-c5eee42075f41041bb838292473b76ca4a89b8cc.zip
Fix qt5_use_modules warning
fixes https://github.com/AyatanaIndicators/ayatana-indicator-sound/issues/72
Diffstat (limited to 'tests/dbus-types')
-rw-r--r--tests/dbus-types/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
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
)