diff options
Diffstat (limited to 'CorOS-dev-environment/install_qt_compiled.sh')
-rw-r--r-- | CorOS-dev-environment/install_qt_compiled.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CorOS-dev-environment/install_qt_compiled.sh b/CorOS-dev-environment/install_qt_compiled.sh new file mode 100644 index 0000000..2094de0 --- /dev/null +++ b/CorOS-dev-environment/install_qt_compiled.sh @@ -0,0 +1,8 @@ +#!/bin/bash +tar -xf qt-compiled-4.8.7.tar.gz +rm qt-compiled-4.8.7.tar.gz +# Then install it +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 |