summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-03-14 19:42:18 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-25 01:37:49 +0200
commitd7dd22bb29eb263b5dbcf52542a0bbc67da02316 (patch)
treecf603207804e597d9bb67f96c43f172f66258a61 /configure
parentec74461e9dd80d9f857038dc74cecfad1827f606 (diff)
configure: gtk style related cosmetical fixes
* add -help text for gtkstyle * use capital GTK in warning message for consistency Change-Id: Iff522cc49497dda406dd111594857930d82e4231 Reviewed-by: Martin Jansa <Martin.Jansa@gmail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index 55d68efc9c..dd356e435a 100755
--- a/configure
+++ b/configure
@@ -2389,6 +2389,9 @@ Third Party Libraries:
-no-alsa ........... Do not compile ALSA support.
+ -alsa .............. Compile ALSA support.
+ -no-gtkstyle ....... Do not compile GTK theme support.
+ + -gtkstyle .......... Compile GTK theme support.
+
Additional options:
-make <part> ....... Add part to the list of parts to be built at make time.
@@ -4639,7 +4642,7 @@ if [ "$CFG_GLIB" = "yes" -a "$CFG_QGTKSTYLE" != "no" ]; then
QMakeVar set QT_LIBS_QGTK2 "$QT_LIBS_QGTK2"
else
if [ "$CFG_QGTKSTYLE" = "yes" ] && [ "$CFG_CONFIGURE_EXIT_ON_ERROR" = "yes" ]; then
- echo "Gtk theme support cannot be enabled due to functionality tests!"
+ echo "GTK theme support cannot be enabled due to functionality tests!"
echo " Turn on verbose messaging (-v) to $0 to see the fin al report."
echo " If you believe this message is in error you may use the continue"
echo " switch (-continue) to $0 to continue."