Skip to content

Commit

Permalink
Remove superfluous entries from qt_cmdline.cmake
Browse files Browse the repository at this point in the history
Configure arguments that are special-handled in
QtProcessConfigureArgs.cmake don't need to be defined in
qt_cmdline.cmake. Remove those.

Change-Id: Ic5959711bfede1eca6d65363c2d005739c7f8aff
Reviewed-by:  Alexey Edelev <[email protected]>
  • Loading branch information
jobor committed May 3, 2024
1 parent ae64c54 commit d9a97f1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions qt_cmdline.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ qt_commandline_subconfig(src/printsupport)
qt_commandline_subconfig(src/plugins/sqldrivers)
qt_commandline_subconfig(src/testlib)
qt_commandline_subconfig(src/tools)
# no-prefix needs to be placed before prefix
qt_commandline_option(no-prefix TYPE void)
qt_commandline_option(prefix TYPE string)
qt_commandline_option(extprefix TYPE string)
qt_commandline_option(archdatadir TYPE string)
Expand Down Expand Up @@ -54,7 +52,6 @@ qt_commandline_option(dbus-linked TYPE void NAME dbus VALUE linked)
qt_commandline_option(dbus-runtime TYPE void NAME dbus VALUE runtime)
qt_commandline_option(debug TYPE void)
qt_commandline_option(debug-and-release TYPE boolean NAME debug_and_release)
qt_commandline_option(developer-build TYPE void)
qt_commandline_option(device TYPE string)
qt_commandline_option(device-option TYPE addString)
qt_commandline_option(f16c TYPE boolean)
Expand Down

0 comments on commit d9a97f1

Please sign in to comment.