-
I am using xmake project with xrepo packages: qt6core and qt6gui. Build works fine. linuxdeploy tool need to have paths to search qmake, libQt6Gui.so and so on. Currently I am doing it like this: QT6BASE=$(xrepo info qt6base | grep 'installdir.*qt6base' | awk '{print $4}')
export PATH=$QT6BASE/bin:$PATH
export LD_LIBRARY_PATH=$QT6BASE/lib:$LD_LIBRARY_PATH
linuxdeploy.AppImage --appdir appdir --desktop-file ../app.desktop --icon-file ../icon.png --plugin qt --output appimage But it's very inconvenient and unreliable! |
Beta Was this translation helpful? Give feedback.
Answered by
waruqi
Aug 22, 2024
Replies: 1 comment
-
use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
yh-sb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
use
xrepo env
andxrepo env shell