summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-11-07 22:37:15 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-11-07 22:37:15 -0600
commitef73e104bd71560e1dab2c0c9a1bb1d718674e1a (patch)
tree47507e67e6659272cb14f11a1ed3d0ee0929328b /configure
parent2bec4674492e058ed822768c0a9c4a848dbf81d9 (diff)
downloadqt3-ef73e104bd71560e1dab2c0c9a1bb1d718674e1a.tar.gz
qt3-ef73e104bd71560e1dab2c0c9a1bb1d718674e1a.zip
Update minor TQt3 tool names to match current TQt3 sources in GIT
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 6032cc7..9d33b07 100755
--- a/configure
+++ b/configure
@@ -226,7 +226,7 @@ while [ "$#" -gt 0 ]; do
VAL=no
;;
#Qt style yes options
- -incremental|-qvfb|-profile|-shared|-static|-sm|-thread|-xinerama|-xshape|-tablet|-pch|-stl|-ipv6|-freetype|-big-codecs|-xcursor|-xrandr|-xrender|-xft|-xkb|-nis|-cups|-largefile|-h|-help|-v|-verbose|-debug|-release|-fast|-version-script|-dlopen-opengl|-glibmainloop)
+ -incremental|-tqvfb|-profile|-shared|-static|-sm|-thread|-xinerama|-xshape|-tablet|-pch|-stl|-ipv6|-freetype|-big-codecs|-xcursor|-xrandr|-xrender|-xft|-xkb|-nis|-cups|-largefile|-h|-help|-v|-verbose|-debug|-release|-fast|-version-script|-dlopen-opengl|-glibmainloop)
VAR=`echo $1 | sed "s,^-\(.*\),\1,"`
VAL=yes
;;
@@ -405,9 +405,9 @@ while [ "$#" -gt 0 ]; do
depths)
CFG_QWS_DEPTHS="$VAL"
;;
- qvfb) # left for commandline compatibility, not documented
+ tqvfb) # left for commandline compatibility, not documented
if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then
- [ "$VAL" = "yes" ] && QMAKE_VARS="$QMAKE_VARS \"gfx-drivers += qvfb\""
+ [ "$VAL" = "yes" ] && QMAKE_VARS="$QMAKE_VARS \"gfx-drivers += tqvfb\""
else
UNKNOWN_OPT=yes
fi