Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Commit

Permalink
Travis: fix QT_PLUGIN_PATH on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDuquesnoy committed Jul 18, 2017
1 parent e40531e commit 9d3b2eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/travis/commit-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ fi
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
# build
export CMAKE_PREFIX_PATH=$PWD/../qt;
export QT_PLUGIN_PATH=$PWD/qt/plugins;
cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=ON -DCMAKE_INSTALL_PREFIX=/usr ..;
make;

Expand Down

0 comments on commit 9d3b2eb

Please sign in to comment.