From 3efdc48ed2a45389fdb4b7fd30e8a560302bfe37 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Mon, 1 Nov 2021 11:25:56 +0100 Subject: [PATCH] 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 (cherry picked from commit 1bc41f7a7e9b514d198a0dbd319921764f4e31e2) Reviewed-by: Alexey Edelev --- qt_cmdline.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/qt_cmdline.cmake b/qt_cmdline.cmake index da39d2e2f2e..eb40df0061f 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)