summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authortsujan2021-02-01 19:17:18 +0100
committerGitHub2021-02-01 19:17:18 +0100
commit5e70f02a3feb4addc932a3b20e3e4b0bea81e366 (patch)
treee5c81903d39a21bbaafb902aeb0de73611b1131c /CMakeLists.txt
parentweblate commits (#183) (diff)
parentRemove unused dbus dep (diff)
downloadpavucontrol-slx-5e70f02a3feb4addc932a3b20e3e4b0bea81e366.tar.gz
pavucontrol-slx-5e70f02a3feb4addc932a3b20e3e4b0bea81e366.tar.xz
pavucontrol-slx-5e70f02a3feb4addc932a3b20e3e4b0bea81e366.zip
Merge pull request #184 from adjamhub/master
Remove unused dbus dep
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 82281f6..676f326 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,7 +24,6 @@ set(QT_MINIMUM_VERSION "5.12.0")
find_package(Qt5Widgets ${QT_MINIMUM_VERSION} REQUIRED)
find_package(Qt5LinguistTools ${QT_MINIMUM_VERSION} REQUIRED)
-find_package(Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED)
find_package(lxqt-build-tools ${LXQTBT_MINIMUM_VERSION} REQUIRED)
find_package(GLIB ${GLIB_MINIMUM_VERSION} REQUIRED)