From 8dcb7c81a43998c1c307f2a132647d63e9cf9161 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Thu, 20 Sep 2012 11:08:48 +0200 Subject: configure: Document the -widgets, -no-widgets arguments Also add -gui, since we're always documenting the default ones, too. Change-Id: I590af798d825f2933c6249663d4cad45fc23cb52 Reviewed-by: Oswald Buddenhagen --- configure | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 364e4dab88..58d7a86ad7 100755 --- a/configure +++ b/configure @@ -3174,6 +3174,12 @@ Additional options: ($QT_DEFAULT_BUILD_PARTS) -nomake ..... Exclude part from the list of parts to be built. + -no-gui ............ Don't build the QtGui library and dependencies. + + -gui ............... Build the QtGui library and dependencies. + + -no-widgets ........ Don't build the QtWidgets library and dependencies. + + -widgets ........... Build the QtWidgets library and dependencies. + -R ........ Add an explicit runtime library path to the Qt libraries. -l ........ Add an explicit library. @@ -3195,8 +3201,6 @@ Additional options: * -no-optimized-qmake ... Do not build qmake optimized. -optimized-qmake ...... Build qmake optimized. - -no-gui ............ Don't build the Qt GUI library - $NSN -no-nis ............ Do not compile NIS support. $NSY -nis ............... Compile NIS support. -- cgit v1.2.3