We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b71d2 commit af87b67Copy full SHA for af87b67
.travis.yml
@@ -10,8 +10,8 @@ os:
10
before_install:
11
- brew update
12
- brew tap homebrew/versions
13
- - brew install qt@5.5
14
- - export QTDIR=/usr/local/opt/qt@5.5/
+ - brew install qt@5.7
+ - export QTDIR=/usr/local/opt/qt@5.7/
15
- export PATH=$PATH:$QTDIR/bin
16
- export VERSION=`cat Software/VERSION`
17
- qmake -v
Software/src/src.pro
@@ -186,7 +186,7 @@ macx{
186
#}
187
188
CONFIG(clang) {
189
- QMAKE_CXXFLAGS += -mmacosx-version-min=10.6 -x objective-c++
+ QMAKE_CXXFLAGS += -x objective-c++
190
}
191
192
0 commit comments