summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-11-01 11:25:56 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2022-02-22 06:37:42 +0100
commit5c2df2efa3b979108f6d9661de4738932e4ca894 (patch)
tree62786fd63dcd7169a3f96a2b95362b92f1ce690d
parentf1b9f6286f4a4037d06791229fcb1c81aaee026c (diff)
downloadqtbase-5c2df2efa3b979108f6d9661de4738932e4ca894.tar.gz
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> (cherry picked from commit 1bc41f7a7e9b514d198a0dbd319921764f4e31e2) Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
-rw-r--r--qt_cmdline.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/qt_cmdline.cmake b/qt_cmdline.cmake
index da39d2e2f2..eb40df0061 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)