diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -79,7 +79,7 @@ Licensee="Free" Products="qt-free" # modules depending on free license -MODULES="styles tools kernel widgets dialogs iconview workspace inputmethod \ +MODULES="styles tools kernel widgets dialogs workspace inputmethod \ network canvas table xml opengl sql" CFG_MODULES_AVAILABLE=$MODULES QMAKE_VARS="$QMAKE_VARS \"QT_PRODUCT=$Products\"" @@ -2860,7 +2860,7 @@ esac # minimal-config small-config medium-config large-config full-config # # Modules: -# styles tools kernel widgets dialogs iconview workspace inputmethod +# styles tools kernel widgets dialogs workspace inputmethod # # Enterprise/Open Source edition modules: # network canvas table xml opengl sql @@ -2894,7 +2894,7 @@ esac # X11 : xftnameunparse x11sm xinerama xcursor xrandr xrender xftfreetype xkb inputmethod # Embedded: embedded ft # -ALL_OPTIONS="styles tools kernel widgets dialogs iconview workspace inputmethod network canvas table xml opengl sql stl" +ALL_OPTIONS="styles tools kernel widgets dialogs workspace inputmethod network canvas table xml opengl sql stl" BUILD_CONFIG= BUILD_OPTIONS= @@ -2908,7 +2908,7 @@ for config_option in $QMAKE_CONFIG; do BUILD_CONFIG="$config_option" ;; - styles|tools|kernel|widgets|dialogs|iconview|workspace|inputmethod|network|canvas|table|xml|opengl|sql|stl) + styles|tools|kernel|widgets|dialogs|workspace|inputmethod|network|canvas|table|xml|opengl|sql|stl) # these config options affect the TQt API/ABI. they should influence # the generation of the buildkey, so we don't skip them SKIP="no" |