Skip to content

Commit af87b67

Browse files
committed
Move to Qt5.7 on mac
1 parent d4b71d2 commit af87b67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ os:
1010
before_install:
1111
- brew update
1212
- brew tap homebrew/versions
13-
- brew install qt@5.5
14-
- export QTDIR=/usr/local/opt/qt@5.5/
13+
- brew install qt@5.7
14+
- export QTDIR=/usr/local/opt/qt@5.7/
1515
- export PATH=$PATH:$QTDIR/bin
1616
- export VERSION=`cat Software/VERSION`
1717
- qmake -v

Software/src/src.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ macx{
186186
#}
187187

188188
CONFIG(clang) {
189-
QMAKE_CXXFLAGS += -mmacosx-version-min=10.6 -x objective-c++
189+
QMAKE_CXXFLAGS += -x objective-c++
190190
}
191191
}
192192

0 commit comments

Comments
 (0)