Skip to content

Commit afcc37b

Browse files
author
Alexis Lopez Zubieta
committed
Create a link to qmake in /usr/bin
1 parent b41f06c commit afcc37b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ script:
2626
- export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${QT_PREFIX}/lib"
2727
- export CMAKE_PREFIX_PATH=$QT_PREFIX/lib/cmake
2828
- export QT_SELECT=qt5
29+
- sudo ln -s $QT_PREFIX/bin/qmake /usr/bin/qmake
2930
- bash -xe build_appimages.sh
3031

3132
after_success:

0 commit comments

Comments
 (0)