summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure74
1 files changed, 37 insertions, 37 deletions
diff --git a/configure b/configure
index 6e31bfc3..816e1a38 100755
--- a/configure
+++ b/configure
@@ -1,7 +1,7 @@
#!/bin/sh
#
#
-# Configures to build the Qt library
+# Configures to build the TQt library
#
# Copyright (C) 1999-2008 Trolltech ASA. All rights reserved.
#
@@ -91,7 +91,7 @@ QMAKE_VARS="$QMAKE_VARS \"kbd-drivers += tty\" \"mouse-drivers += pc\""
# initalize variables
#-------------------------------------------------------------------------------
-# QTDIR may be set and point to an old or system-wide Qt installation
+# QTDIR may be set and point to an old or system-wide TQt installation
unset QTDIR
# initalize internal variables
@@ -783,7 +783,7 @@ while [ "$#" -gt 0 ]; do
fi
;;
imgfmt-*|style-*|sql-*|gfx-*|kbd-*|mouse-*)
- # if Qt style options were used, $VAL can be "no", "qt", or "plugin"
+ # if TQt style options were used, $VAL can be "no", "qt", or "plugin"
# if autoconf style options were used, $VAL can be "yes" or "no"
[ "$VAL" = "yes" ] && VAL=qt
# now $VAL should be "no", "qt", or "plugin"... double-check
@@ -1480,7 +1480,7 @@ fi
if [ $AUTOTHREAD = never ]; then
if [ "$CFG_THREAD" = "yes" ]; then
echo
- echo "ERROR: Qt is not configured to support threading on this platform"
+ echo "ERROR: TQt is not configured to support threading on this platform"
echo " See the THREAD settings in $XQMAKESPEC/qmake.conf"
echo
exit 2
@@ -1880,16 +1880,16 @@ Installation options:
(default PREFIX/include)
-plugindir dir ..... Plugins will be installed to dir
(default PREFIX/plugins)
- -datadir dir ....... Data used by Qt programs will be installed to dir
+ -datadir dir ....... Data used by TQt programs will be installed to dir
(default PREFIX)
- -translationdir dir Translations of Qt programs will be installed to dir
+ -translationdir dir Translations of TQt programs will be installed to dir
(default PREFIX/translations)
- -sysconfdir dir ... Settings used by Qt programs will be looked for in dir
+ -sysconfdir dir ... Settings used by TQt programs will be looked for in dir
(default PREFIX/etc/settings)
You may use these options to turn on strict plugin loading.
- -buildkey key ...... Build the Qt library and plugins using the specified
+ -buildkey key ...... Build the TQt library and plugins using the specified
key. When the library loads plugins, it will only
load those that have a matching key.
@@ -1900,11 +1900,11 @@ Configure options:
plus simply denotes the default value. Here is a short explanation of each
option:
- * -release ........... Compile and link Qt with debugging turned off.
- -debug ............. Compile and link Qt with debugging turned on.
+ * -release ........... Compile and link TQt with debugging turned off.
+ -debug ............. Compile and link TQt with debugging turned on.
- * -shared ............ Create and use a shared Qt library (libqt.so).
- -static ............ Create and use a static Qt library (libqt.a).
+ * -shared ............ Create and use a shared TQt library (libqt.so).
+ -static ............ Create and use a static TQt library (libqt.a).
* -no-gif ............ Do not compile in GIF reading support.
-qt-gif ............ Compile in GIF reading support.
@@ -1914,15 +1914,15 @@ Configure options:
-system-zlib ....... Use zlib from the operating system.
See http://www.gzip.org/zlib
- -fast .............. Configure Qt quickly by generating Makefiles only for
+ -fast .............. Configure TQt quickly by generating Makefiles only for
library and subdirectory targets. All other Makefiles
are created as wrappers, which will in turn run qmake.
- * -no-fast ........... Configure Qt normally by generating Makefiles for all
+ * -no-fast ........... Configure TQt normally by generating Makefiles for all
project files.
-no-exceptions ..... Disable exceptions on platforms that support it.
- -version-script .... Use a version script when linking the Qt library.
+ -version-script .... Use a version script when linking the TQt library.
Internal symbols will be marked as local. Requires
a recent GNU binutils package.
@@ -1945,7 +1945,7 @@ Configure options:
-disable-<module> ..... Disable <module> where module is one of:
[ $CFG_MODULES_AVAILABLE ]
- -qt-sql-<driver> ...... Enable a SQL <driver> in the Qt Library, by default
+ -qt-sql-<driver> ...... Enable a SQL <driver> in the TQt Library, by default
none are turned on.
-plugin-sql-<driver> .. Enable SQL <driver> as a plugin to be linked to
at run time.
@@ -1960,7 +1960,7 @@ Configure options:
By default none of the SQL drivers are built,
even if they are auto-detected.
- -qt-style-<style> ..... Enable a GUI <style> in the Qt Library, by default
+ -qt-style-<style> ..... Enable a GUI <style> in the TQt Library, by default
all available styles are on.
-plugin-style-<style> . Enable GUI <style> as a plugin to be linked to
at run time.
@@ -2152,8 +2152,8 @@ Qt/X11 only:
$XKN -no-xkb ............ Do not compile XKB (X KeyBoard extension) support.
$XKY -xkb ............... Compile XKB support.
- * -no-dlopen-opengl .. Qt links against OpenGL libraries directly.
- -dlopen-opengl ..... Qt uses dlopen(3) to resolve OpenGL functions
+ * -no-dlopen-opengl .. TQt links against OpenGL libraries directly.
+ -dlopen-opengl ..... TQt uses dlopen(3) to resolve OpenGL functions
(instead of linking with OpenGL libraries directly).
$IMN -no-inputmethod .... Do not compile immodule (extensible input method)
@@ -2194,19 +2194,19 @@ Qt/Embedded only:
depths, from: 4, 8, 16, 24, and 32.
(8bpp is required by the VGA16 driver)
- -qt-gfx-<driver> ... Enable a graphics <driver> in the Qt Library.
+ -qt-gfx-<driver> ... Enable a graphics <driver> in the TQt Library.
-plugin-gfx-<driver> Enable graphics <driver> as a plugin to be
linked to at run time.
-no-gfx-<driver> ... Disable graphics <driver> entirely.
Possible values for <driver>: [ $CFG_GFX_AVAILABLE ]
- -qt-kbd-<driver> ... Enable a keyboard <driver> in the Qt Library.
+ -qt-kbd-<driver> ... Enable a keyboard <driver> in the TQt Library.
-no-kbd-<driver> ... Disable keyboard <driver> entirely.
Possible values for <driver>: [ sl5000 tty usb yopy vr41xx ]
- -qt-mouse-<driver> . Enable a mouse <driver> in the Qt Library.
+ -qt-mouse-<driver> . Enable a mouse <driver> in the TQt Library.
-no-mouse-<driver> . Disable mouse <driver> entirely.
Possible values for <driver>: [ pc bus linuxtp yopy vr41xx ]
@@ -2384,11 +2384,11 @@ fi
# find if the compiler supports enough of STL for our purposes
if [ $PLATFORM = "hpux-acc" -a "$CFG_STL" != "no" ]; then
echo
- echo "As of aCC A.3.0.30 you may enable STL support in Qt by adding -AA"
+ echo "As of aCC A.3.0.30 you may enable STL support in TQt by adding -AA"
echo "to the QMAKE_CXXFLAGS and QMAKE_LFLAGS variables in"
echo "$XQMAKESPEC/qmake.conf"
echo "and re-running configure. Make sure to use the -AA compiler switch"
- echo "in all your software projects using Qt as it turns on the new C++"
+ echo "in all your software projects using TQt as it turns on the new C++"
echo "Standard Library which is not binary compatible with the old one."
echo
fi
@@ -2782,7 +2782,7 @@ fi
rm -f $outpath/include/ntqmodules.h.new
cat >$outpath/include/ntqmodules.h.new << EOF
-/* These modules are present in this configuration of Qt */
+/* These modules are present in this configuration of TQt */
EOF
for MODULE in $MODULES; do
if [ -d "$relpath/src/$MODULE" ]; then
@@ -2833,7 +2833,7 @@ esac
# QMAKE_CONFIG can contain the following:
#
-# Things that affect the Qt API/ABI:
+# Things that affect the TQt API/ABI:
#
# Options:
# minimal-config small-config medium-config large-config full-config
@@ -2849,7 +2849,7 @@ esac
#
# X11 : inputmethod-ext
#
-# Things that do not affect the Qt API/ABI:
+# Things that do not affect the TQt API/ABI:
# system-jpeg no-jpeg jpeg
# system-mng no-mng mng
# system-png no-png png
@@ -2888,12 +2888,12 @@ for config_option in $QMAKE_CONFIG; do
;;
styles|tools|kernel|widgets|dialogs|iconview|workspace|inputmethod|network|canvas|table|xml|opengl|sql|stl)
- # these config options affect the Qt API/ABI. they should influence
+ # these config options affect the TQt API/ABI. they should influence
# the generation of the buildkey, so we don't skip them
SKIP="no"
;;
- *) # skip all other options since they don't affect the Qt API/ABI.
+ *) # skip all other options since they don't affect the TQt API/ABI.
;;
esac
@@ -2924,7 +2924,7 @@ if [ -f .options ]; then
fi
rm -f .options
-# QT_NO* defines affect the Qt API (and binary compatibility). they need
+# QT_NO* defines affect the TQt API (and binary compatibility). they need
# to be included in the build key
for build_option in $D_FLAGS; do
case "$build_option" in
@@ -3130,11 +3130,11 @@ g++*)
This target is using the GNU C++ compiler ($PLATFORM).
Recent versions of this compiler automatically include code for
- exceptions, which increase both the size of the Qt library and the
+ exceptions, which increase both the size of the TQt library and the
amount of memory taken by your applications.
You may choose to re-run `basename $0` with the -no-exceptions
- option to compile Qt without exceptions. This is completely binary
+ option to compile TQt without exceptions. This is completely binary
compatible, and existing applications should continue to work.
EOF
@@ -3149,8 +3149,8 @@ cc*)
This target is using the MIPSpro C++ compiler ($PLATFORM).
You may choose to re-run `basename $0` with the -no-exceptions
- option to compile Qt without exceptions. This will make the
- size of the Qt library smaller and reduce the amount of memory
+ option to compile TQt without exceptions. This will make the
+ size of the TQt library smaller and reduce the amount of memory
taken by your applications.
EOF
@@ -3380,7 +3380,7 @@ EOF
rm -f .projects.3
fi
fi
-# don't sort Qt and MOC in with the other project files
+# don't sort TQt and MOC in with the other project files
# also work around a segfaulting uniq(1)
if [ -f .sorted.projects.2 ]; then
sort .sorted.projects.2 > .sorted.projects.2.new
@@ -3498,7 +3498,7 @@ EOF
done
rm -f .projects .projects.3
-#Special Qt/Mac thing. We bootched permissions in Qt 3.3.0 beta 1.
+#Special Qt/Mac thing. We bootched permissions in TQt 3.3.0 beta 1.
#This is probably the only easy place to detect and remove it ourselves
if [ "$PLATFORM_MAC" = "yes" ]; then
if [ -d /Library/Qt ]; then
@@ -3534,6 +3534,6 @@ if [ `basename $0` != "config.status" ]; then
fi
echo
-echo Qt is now configured for building. Just run $MAKE.
+echo TQt is now configured for building. Just run $MAKE.
echo To reconfigure, run $MAKE confclean and configure.
echo