diff options
author | Thomas Van Iseghem <[email protected]> | 2023-03-09 20:22:56 +0100 |
---|---|---|
committer | Thomas Van Iseghem <[email protected]> | 2023-03-09 20:22:56 +0100 |
commit | d7814640a57323fc3fb410831e8d26083c7e0067 (patch) | |
tree | bfc493da2115890c0b78fa5ae9cff7fd30c27deb /QC-dev-environment/install_qt_compiled.sh | |
parent | 83728ae0b6584fcfec776abbb47afa1d12de6b24 (diff) | |
parent | 03c976530b91ab70510479bbc75c04cbe4c6d979 (diff) | |
download | OpenCortex-develop.tar.gz OpenCortex-develop.zip |
Merge branch 'feature/docker-dev-environment' into developdevelop
Diffstat (limited to 'QC-dev-environment/install_qt_compiled.sh')
-rw-r--r-- | QC-dev-environment/install_qt_compiled.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/QC-dev-environment/install_qt_compiled.sh b/QC-dev-environment/install_qt_compiled.sh new file mode 100644 index 0000000..2094de0 --- /dev/null +++ b/QC-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 |