summaryrefslogtreecommitdiffstats
path: root/scripts/tdesvn-build
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tdesvn-build')
-rwxr-xr-xscripts/tdesvn-build6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/tdesvn-build b/scripts/tdesvn-build
index ec48e3e9..525909c1 100755
--- a/scripts/tdesvn-build
+++ b/scripts/tdesvn-build
@@ -3434,7 +3434,7 @@ sub update_module_environment
# Set up the children's environment. We use setenv since it
# won't set an environment variable to nothing. (e.g, setting
- # QTDIR to a blank string might confuse Qt or KDE.
+ # TQTDIR to a blank string might confuse Qt or KDE.
# Remove leading and trailing colons, just in case.
# Also remove more than one colon.
@@ -3462,7 +3462,7 @@ sub update_module_environment
setenv ('LD_LIBRARY_PATH', $libdir);
setenv ('PATH', $path);
setenv ('TDEDIR', $tdedir);
- setenv ('QTDIR', $qtdir);
+ setenv ('TQTDIR', $qtdir);
# Qt has several defines of its own. Special case qt-copy for this
# reason.
@@ -3579,7 +3579,7 @@ sub build_module
$qtpath =~ s/$ENV{HOME}/~/;
warning <<EOF;
-b[y[!!] You're building qt-copy, but QTDIR isn't set to use qt-copy!
+b[y[!!] You're building qt-copy, but TQTDIR isn't set to use qt-copy!
b[y[!!] Please set your qtdir variable in the global section of your
b[y[!!] $rcfile to g[$qtpath]