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>
This commit is contained in:
parent
eb6fc1cab9
commit
1bc41f7a7e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user