mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-28 05:34:47 +01:00
Added missing QT path on OS X
This commit is contained in:
parent
34c5ba4669
commit
d70f0cf9e0
@ -13,6 +13,7 @@ install:
|
|||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libqt4-dev; fi
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libqt4-dev; fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then PATH=/usr/local/opt/qt/bin/:${PATH}; fi
|
||||||
- lrelease gpxsee.pro
|
- lrelease gpxsee.pro
|
||||||
- qmake gpxsee.pro
|
- qmake gpxsee.pro
|
||||||
- make
|
- make
|
||||||
|
Loading…
Reference in New Issue
Block a user