Skip to content

Commit

Permalink
configure: Remove declaration of the DBUS_[HOST_]PATH variables
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
jobor committed Nov 1, 2021
1 parent eb6fc1c commit 1bc41f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions qt_cmdline.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1bc41f7

Please sign in to comment.