We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b71d2 commit 9c4bb11Copy full SHA for 9c4bb11
.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
@@ -184,10 +184,6 @@ macx{
184
# message( "Overriding default QMAKE_MAC_SDK with value $${QMAKE_MAC_SDK_OVERRIDE}" )
185
# QMAKE_MAC_SDK = $${QMAKE_MAC_SDK_OVERRIDE}
186
#}
187
-
188
- CONFIG(clang) {
189
- QMAKE_CXXFLAGS += -mmacosx-version-min=10.6 -x objective-c++
190
- }
191
}
192
193
# Generate .qm language files
0 commit comments