Skip to content

Commit

Permalink
Add Qt PrintSupport to the configure summary
Browse files Browse the repository at this point in the history
Whether Qt is built with PrintSupport is now listed under "Qt modules
and options" in the configure summary.

Pick-to: 6.2
Task-number: QTBUG-88535
Change-Id: Id367c9594482b0764da679c3cbdee2f5108201ef
Reviewed-by: Alexandru Croitor <[email protected]>
  • Loading branch information
jobor committed Sep 3, 2021
1 parent 4c52dd4 commit 4107609
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1075,6 +1075,7 @@ qt_configure_add_summary_entry(ARGS "dbus")
qt_configure_add_summary_entry(ARGS "dbus-linked")
qt_configure_add_summary_entry(ARGS "gui")
qt_configure_add_summary_entry(ARGS "network")
qt_configure_add_summary_entry(ARGS "printsupport")
qt_configure_add_summary_entry(ARGS "sql")
qt_configure_add_summary_entry(ARGS "testlib")
qt_configure_add_summary_entry(ARGS "widgets")
Expand Down

0 comments on commit 4107609

Please sign in to comment.