We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967963f commit b41f06cCopy full SHA for b41f06c
.travis.yml
@@ -20,8 +20,10 @@ addons:
20
- cmake
21
22
script:
23
-- export QT_PREFIX=/opt/qt510/
+- export QT_PREFIX=/opt/qt510
24
+
25
- $QT_PREFIX/bin/qt510-env.sh
26
+- export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${QT_PREFIX}/lib"
27
- export CMAKE_PREFIX_PATH=$QT_PREFIX/lib/cmake
28
- export QT_SELECT=qt5
29
- bash -xe build_appimages.sh
build_appimages.sh
@@ -34,7 +34,7 @@ pushd QtQuickControls2Application
34
35
# This env variable is used by the qt plugin to search the qml modules in other paths than the default
36
# Qt qml dir.
37
- export QML_MODULES_PATHS=""
+ export QML_MODULES_PATHS="${QML_MODULES_PATHS}"
38
39
mkdir build
40
pushd build
0 commit comments