summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilly Biggs <bbiggs>2005-05-04 23:45:04 +0000
committerBilly Biggs <bbiggs>2005-05-04 23:45:04 +0000
commitc0f15fd85d89212e6cff00dca228eb87576e5d6c (patch)
tree9d3506fe28630b178857550c9b933ea9735090ca
parentf2fe2b40efad97e775adadc99e7322e56dac4334 (diff)
downloadeclipse.platform.swt-c0f15fd85d89212e6cff00dca228eb87576e5d6c.tar.gz
eclipse.platform.swt-c0f15fd85d89212e6cff00dca228eb87576e5d6c.tar.xz
eclipse.platform.swt-c0f15fd85d89212e6cff00dca228eb87576e5d6c.zip
no need to set QT_HOME
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh3
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/build.sh5
2 files changed, 2 insertions, 6 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh
index b66ec8bfed..896e9f0dcb 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh
@@ -20,7 +20,6 @@ fi
if [ "${MODEL}" = "" ]; then
MODEL=`uname -m`
fi
-QT_HOME=$QTDIR
case $OS in
"Linux")
@@ -127,6 +126,6 @@ case $OS in
;;
esac
-export CC LD JAVA_HOME QT_HOME AWT_LIB_PATH XTEST_LIB_PATH GECKO_SDK GECKO_INCLUDES GECKO_LIBS SWT_PTR_CFLAGS CDE_HOME OUTPUT_DIR
+export CC LD JAVA_HOME AWT_LIB_PATH XTEST_LIB_PATH GECKO_SDK GECKO_INCLUDES GECKO_LIBS SWT_PTR_CFLAGS CDE_HOME OUTPUT_DIR
make -f $makefile ${1} ${2} ${3} ${4}
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/build.sh b/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/build.sh
index 527a9bc287..43160921ec 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/build.sh
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/build.sh
@@ -49,9 +49,6 @@ case $OS in
if [ "${MOTIF_HOME}" = "" ]; then
MOTIF_HOME=/bluebird/teamswt/swt-builddir/motif21
fi
- if [ "${QT_HOME}" = "" ]; then
- QT_HOME=$QTDIR
- fi
OUTPUT_DIR=../../../org.eclipse.swt.motif.linux.x86
makefile="make_linux.mak"
echo "Building Linux motif x86 version of SWT"
@@ -114,6 +111,6 @@ case $OS in
;;
esac
-export JAVA_HOME MOTIF_HOME CDE_HOME QT_HOME OUTPUT_DIR
+export JAVA_HOME MOTIF_HOME CDE_HOME OUTPUT_DIR
make -f $makefile $1 $2 $3 $4 \ No newline at end of file