Skip to content

Commit

Permalink
Fix inclusion of libs in non-standard paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Lopez Zubieta committed Oct 4, 2018
1 parent 967963f commit b41f06c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ addons:
- cmake

script:
- export QT_PREFIX=/opt/qt510/
- export QT_PREFIX=/opt/qt510

- $QT_PREFIX/bin/qt510-env.sh
- export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${QT_PREFIX}/lib"
- export CMAKE_PREFIX_PATH=$QT_PREFIX/lib/cmake
- export QT_SELECT=qt5
- bash -xe build_appimages.sh
Expand Down
2 changes: 1 addition & 1 deletion build_appimages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pushd QtQuickControls2Application

# This env variable is used by the qt plugin to search the qml modules in other paths than the default
# Qt qml dir.
export QML_MODULES_PATHS=""
export QML_MODULES_PATHS="${QML_MODULES_PATHS}"

mkdir build
pushd build
Expand Down

0 comments on commit b41f06c

Please sign in to comment.