From 4b2c81ff84ac4b869ce60eb2651d6d1bd5cb6b0b Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 19 Feb 2017 14:41:07 +0100 Subject: [PATCH] Workaround for: https://github.com/probonopd/linuxdeployqt/issues/25 --- tests/tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/tests.sh b/tests/tests.sh index 3944b5c..d8018c3 100644 --- a/tests/tests.sh +++ b/tests/tests.sh @@ -73,6 +73,7 @@ mkdir -p nonfhs fhs/usr/bin cp QtQuickControls2Application nonfhs/ ../../../linuxdeployqt-*-x86_64.AppImage nonfhs/QtQuickControls2Application -qmldir=../ +../../../linuxdeployqt-*-x86_64.AppImage nonfhs/QtQuickControls2Application -qmldir=../ # FIXME, Workaround for: https://github.com/probonopd/linuxdeployqt/issues/25 ldd nonfhs/QtQuickControls2Application find nonfhs/ LD_DEBUG=libs nonfhs/QtQuickControls2Application & @@ -81,6 +82,7 @@ killall QtQuickControls2Application && echo "SUCCESS" cp QtQuickControls2Application fhs/usr/bin/ ../../../linuxdeployqt-*-x86_64.AppImage fhs/usr/bin/QtQuickControls2Application -qmldir=../ +../../../linuxdeployqt-*-x86_64.AppImage fhs/usr/bin/QtQuickControls2Application -qmldir=../ # FIXME, Workaround for: https://github.com/probonopd/linuxdeployqt/issues/25 ldd fhs/usr/bin/QtQuickControls2Application find fhs/ LD_DEBUG=libs fhs/usr/bin/QtQuickControls2Application &