summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrea Diamantini2021-01-24 18:21:58 +0100
committerAndrea Diamantini2021-01-24 18:21:58 +0100
commit1f93a4c730d56a89fcf8960e07209f87decc7a83 (patch)
treee5c81903d39a21bbaafb902aeb0de73611b1131c /CMakeLists.txt
parentweblate commits (#183) (diff)
downloadpavucontrol-slx-1f93a4c730d56a89fcf8960e07209f87decc7a83.tar.gz
pavucontrol-slx-1f93a4c730d56a89fcf8960e07209f87decc7a83.tar.xz
pavucontrol-slx-1f93a4c730d56a89fcf8960e07209f87decc7a83.zip
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)