Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
b4dc9b79
Commit
b4dc9b79
authored
Nov 18, 2014
by
Gavin Bisesi
Browse files
Don't install qt4 when building qt5 on osx
parent
ee2ba4ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
travis-dependencies.sh
View file @
b4dc9b79
...
...
@@ -5,7 +5,7 @@ if [[ $TRAVIS_OS_NAME == "osx" ]] ; then
if
((
QT4
))
;
then
brew
install
qt protobuf libgcrypt
else
brew
install
qt
qt5 protobuf libgcrypt
brew
install
qt5 protobuf libgcrypt
fi
else
if
((
QT4
))
;
then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment