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 8fc890d commit ec8b457Copy full SHA for ec8b457
.travis.yml
@@ -29,7 +29,7 @@ script:
29
- chmod a+x linuxdeployqt-continuous-x86_64.AppImage
30
- unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
31
- export VERSION=$(git rev-parse --short HEAD) # linuxdeployqt uses this for naming the file
32
- - ./linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/*.desktop -appimage
+ - ./linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/*.desktop -appimage -qmake=/usr/lib/x86_64-linux-gnu/qt5/bin/qmake
33
after_success:
34
- find appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
35
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
0 commit comments