summaryrefslogtreecommitdiffstats
path: root/qt_cmdline.cmake
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-11-01 11:25:56 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-11-01 21:01:07 +0100
commit1bc41f7a7e9b514d198a0dbd319921764f4e31e2 (patch)
treec8c696e90b4e50ea1d6798d67fcf96c8ab8db64c /qt_cmdline.cmake
parenteb6fc1cab9ebd5233f99610659afb9be6cfb465a (diff)
configure: Remove declaration of the DBUS_[HOST_]PATH variables
These variable were used in Qt5 to specify the install location of the DBus library. In Qt6, pkg-config and the usual CMake mechanisms are used. Change-Id: Ic3d61d50c1051200c12bac861dc1fbfe0cb8a4a1 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'qt_cmdline.cmake')
-rw-r--r--qt_cmdline.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/qt_cmdline.cmake b/qt_cmdline.cmake
index 24cfec31b1..1bb83faaf8 100644
--- a/qt_cmdline.cmake
+++ b/qt_cmdline.cmake
@@ -123,8 +123,6 @@ qt_commandline_prefix(I includes)
qt_commandline_prefix(L lpaths)
qt_commandline_prefix(R rpaths)
qt_commandline_prefix(W wflags)
-qt_commandline_assignment(DBUS_HOST_PATH host_dbus.prefix)
-qt_commandline_assignment(DBUS_PATH dbus.prefix)
# special case begin
function(qt_commandline_qmakeArgs out_var arg)