Skip to content

Commit

Permalink
change qbs toolchain config #2
Browse files Browse the repository at this point in the history
  • Loading branch information
freemountain authored and freemountain committed Feb 3, 2017
1 parent 462b704 commit 9739a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ before_install:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get -y install qt58declarative qt58quickcontrols qt58quickcontrols2 qt58graphicaleffects qt58tools qt58svg mesa-common-dev libglu1-mesa-dev qt58qbs gcc-5 g++-5; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then export PATH=/opt/qt58/bin:$PATH; fi

- if [ "$TRAVIS_OS_NAME" == "linux" ]; then qbs setup-toolchains --type gcc /usr/bin/g++-5 gcc; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then qbs setup-toolchains --type g++ /usr/bin/g++-5 gcc; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then qbs setup-qt /opt/qt58/bin/qmake qt5; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then qbs config profiles.qt5.baseProfile gcc; fi

Expand Down

0 comments on commit 9739a2f

Please sign in to comment.