We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04fc1be commit 11891ebCopy full SHA for 11891eb
.github/workflows/build.yml
@@ -55,7 +55,7 @@ jobs:
55
echo ${TARGET_PLATFORM}
56
PATH="/opt/qt512/bin:$PATH"
57
CXX="clang++"
58
- qmake DEFINES+X11 CONFIG+=release PREFIX=/usr
+ qmake DEFINES+=X11 CONFIG+=release PREFIX=/usr
59
make INSTALL_ROOT=appdir install_icon ; find appdir/
60
wget -c -nv "https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-${{matrix.cfg.arch}}.AppImage"
61
wget -c -nv "https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-${{matrix.cfg.arch}}.AppImage"
0 commit comments