Skip to content

Commit

Permalink
fixup! Try building against Qt 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanvolz committed Oct 4, 2023
1 parent 5ebdecd commit 97ad387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ echo 'export UHD_PKG_PATH="$APPDIR/usr"' >./AppDir/apprun-hooks/uhd-hook.sh
export DISABLE_COPYRIGHT_FILES_DEPLOYMENT=1

# need to set QMAKE variable for linuxdeploy-plugin-qt so it uses PREFIX's Qt
export QMAKE="$PREFIX/bin/qmake"
export QMAKE="$PREFIX/bin/qmake6"

./linuxdeploy-x86_64.AppImage -e "$APP" -d "$DESKTOP" -i "$ICON" "${linuxdeploy_lib_args[@]}" -p qt --appdir=./AppDir
RESULT=$?
Expand Down

0 comments on commit 97ad387

Please sign in to comment.