Skip to content

Commit ec8b457

Browse files
authored
-qmake=/usr/lib/x86_64-linux-gnu/qt5/bin/qmake
1 parent 8fc890d commit ec8b457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ script:
2929
- chmod a+x linuxdeployqt-continuous-x86_64.AppImage
3030
- unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
3131
- 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
32+
- ./linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/*.desktop -appimage -qmake=/usr/lib/x86_64-linux-gnu/qt5/bin/qmake
3333
after_success:
3434
- find appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
3535
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh

0 commit comments

Comments
 (0)