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 afcc37b commit c639c5fCopy full SHA for c639c5f
.travis.yml
@@ -18,15 +18,17 @@ addons:
18
- qt510webengine
19
- mesa-common-dev
20
- cmake
21
-
22
-script:
+install:
23
- export QT_PREFIX=/opt/qt510
+- mkdir -p $HOME/.config/qtchooser
24
+- echo "${QT_PREFIX}/bin" > $HOME/.config/qtchooser/qt5.10.conf
25
+- echo "${QT_PREFIX}/lib" >> $HOME/.config/qtchooser/qt5.10.conf
26
27
+script:
28
- $QT_PREFIX/bin/qt510-env.sh
29
- export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${QT_PREFIX}/lib"
30
- export CMAKE_PREFIX_PATH=$QT_PREFIX/lib/cmake
-- export QT_SELECT=qt5
-- sudo ln -s $QT_PREFIX/bin/qmake /usr/bin/qmake
31
+- export QT_SELECT=qt5.10
32
- bash -xe build_appimages.sh
33
34
after_success:
0 commit comments