mirror of
https://github.com/NohamR/Reclass.git
synced 2026-05-10 19:59:21 +00:00
fix: derive QMAKE path from Qt6_DIR for linuxdeploy plugin
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -134,8 +134,10 @@ jobs:
|
|||||||
cp src/icons/class.png AppDir/usr/share/icons/hicolor/256x256/apps/reclass.png
|
cp src/icons/class.png AppDir/usr/share/icons/hicolor/256x256/apps/reclass.png
|
||||||
|
|
||||||
# Create AppImage with Qt libs bundled
|
# Create AppImage with Qt libs bundled
|
||||||
export QMAKE=$Qt6_DIR/bin/qmake
|
# Qt6_DIR points to cmake config dir; derive the Qt root from it
|
||||||
export LD_LIBRARY_PATH=$Qt6_DIR/lib:$LD_LIBRARY_PATH
|
QT_ROOT=$(cd "$Qt6_DIR/../../.." && pwd)
|
||||||
|
export QMAKE="$QT_ROOT/bin/qmake"
|
||||||
|
export LD_LIBRARY_PATH="$QT_ROOT/lib:$LD_LIBRARY_PATH"
|
||||||
export EXTRA_QT_PLUGINS="svg;iconengines"
|
export EXTRA_QT_PLUGINS="svg;iconengines"
|
||||||
./linuxdeploy-x86_64.AppImage --appdir AppDir \
|
./linuxdeploy-x86_64.AppImage --appdir AppDir \
|
||||||
--desktop-file deploy/Reclass.desktop \
|
--desktop-file deploy/Reclass.desktop \
|
||||||
|
|||||||
Reference in New Issue
Block a user