aboutsummaryrefslogtreecommitdiffhomepage
path: root/CorOS-dev-environment/install_qt_compiled.sh
diff options
context:
space:
mode:
Diffstat (limited to 'CorOS-dev-environment/install_qt_compiled.sh')
-rw-r--r--CorOS-dev-environment/install_qt_compiled.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/CorOS-dev-environment/install_qt_compiled.sh b/CorOS-dev-environment/install_qt_compiled.sh
index 2094de0..a759bd3 100644
--- a/CorOS-dev-environment/install_qt_compiled.sh
+++ b/CorOS-dev-environment/install_qt_compiled.sh
@@ -5,4 +5,7 @@ rm qt-compiled-4.8.7.tar.gz
cp -a QtEmbedded-4.8.7-arm/lib/. $QEMU_LD_PREFIX/usr/lib/
cp -a QtEmbedded-4.8.7-arm/bin/. $QEMU_LD_PREFIX/usr/bin/
-QT_QWS_FONTDIR=/etc/fonts \ No newline at end of file
+QT_QWS_FONTDIR=$QEMU_LD_PREFIX/etc/fonts
+
+mkdir -p $QEMU_LD_PREFIX/usr/local/Trolltech/QtEmbedded-4.8.7-arm/lib/fonts
+ln -s $QT_QWS_FONTDIR $QEMU_LD_PREFIX/usr/local/Trolltech/QtEmbedded-4.8.7-arm/lib/fonts \ No newline at end of file