diff options
author | Thomas Van Iseghem <[email protected]> | 2023-05-23 19:29:03 +0200 |
---|---|---|
committer | Thomas Van Iseghem <[email protected]> | 2023-05-23 19:29:03 +0200 |
commit | fc0709d242bcf7d2a935c8ee53296442af3aed1b (patch) | |
tree | 9aeb334743fb9515fd546be5bfd5fc57c07c5c56 /CorOS-dev-environment/install_qt_compiled.sh | |
parent | 808a8a3cec2b75a3dcb658a2238f2998fcf38e54 (diff) | |
parent | 2c57afa1e3d61cb4a0801c0eb2c1646f3ad7be60 (diff) | |
download | OpenCortex-fc0709d242bcf7d2a935c8ee53296442af3aed1b.tar.gz OpenCortex-fc0709d242bcf7d2a935c8ee53296442af3aed1b.zip |
Merge branch 'feature/better-emulation-environment'
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 |