Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ae28d9d

Browse files
committed
Try to install Qt 4.8
1 parent e993baf commit ae28d9d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ci/osx-deps

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ sudo ln -s /usr/local/bin/python3 /usr/local/bin/python
99
hash -r
1010
echo travis_fold:end:Python
1111

12+
echo travis_fold:start:Qt4.8
13+
curl -O https://download.qt.io/archive/qt/4.8/4.8.7/qt-opensource-mac-4.8.7.dmg
14+
hdiutil attach qt-opensource-mac-4.8.7.dmg
15+
sudo installer -package '/Volumes/Qt 4.8.7/packages/Qt_headers.pkg' -target /
16+
sudo installer -package '/Volumes/Qt 4.8.7/packages/Qt_imports.pkg' -target /
17+
sudo installer -package '/Volumes/Qt 4.8.7/packages/Qt_libraries.pkg' -target /
18+
hdiutil detach '/Volumes/Qt 4.8.7'
19+
echo travis_fold:end:Qt4.8
20+
1221
echo travis_fold:start:ccache
1322
curl -O -L https://github.com/ccache/ccache/releases/download/v3.7.11/ccache-3.7.11.tar.xz
1423
tar xf ccache-3.7.11.tar.xz

0 commit comments

Comments
 (0)