From a5a395cce2d24928b11735f315c231dd104acd71 Mon Sep 17 00:00:00 2001 From: Thomas Van Iseghem Date: Tue, 23 May 2023 18:04:55 +0200 Subject: Created a better slimmed down emulation container --- CorOS-dev-environment/install_qt_compiled.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CorOS-dev-environment/install_qt_compiled.sh (limited to 'CorOS-dev-environment/install_qt_compiled.sh') 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 -- cgit v1.2.3