Salome HOME
Issue 0020193: add path to Qt plugins
authorvsr <vsr@opencascade.com>
Wed, 4 Mar 2009 08:34:28 +0000 (08:34 +0000)
committervsr <vsr@opencascade.com>
Wed, 4 Mar 2009 08:34:28 +0000 (08:34 +0000)
config_files/qt-4.4.3.sh

index 80c66bc4d865a9f78fb5bd798b2b78f007841265..cd171b8b11fd3bcb7a8766fab7f2b9d7bfcb2200 100755 (executable)
@@ -142,6 +142,11 @@ sed -e "s%[[:space:]]\(-L\)\?[^[:space:]]*${PRODUCT}% \1${PRODUCT_DIR}%g" $l > $
 chmod -f --reference=$l $l"_" ; mv -f $l"_" $l
 done
 
+# generate qt.conf file
+cat > ${PRODUCT_DIR}/bin/qt.conf <<EOF
+[Paths]
+Prefix=${PRODUCT_DIR}
+EOF
 # to generate environment scripts
 try_preinstalled
 }