Workaround for: https://github.com/probonopd/linuxdeployqt/issues/25
This commit is contained in:
@@ -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 &
|
||||
|
||||
Reference in New Issue
Block a user