Skip to content

Commit

Permalink
Bring Mac SDKs up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
ibsh committed Mar 25, 2017
1 parent e5ae38b commit 3f24aff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LibKeyFinder.pro
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ macx{
LIBS += -stdlib=libc++
QMAKE_CXXFLAGS += -stdlib=libc++
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.7
QMAKE_MAC_SDK = macosx10.11
QMAKE_MAC_SDK = macosx10.12
CONFIG -= ppc ppc64 x86
CONFIG += x86_64

Expand Down
2 changes: 1 addition & 1 deletion tests/tests.pro
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ SOURCES += \

macx{
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.7
QMAKE_MAC_SDK = macosx10.9
QMAKE_MAC_SDK = macosx10.12
DEPENDPATH += /usr/local/lib
INCLUDEPATH += /usr/local/include
CONFIG -= ppc ppc64
Expand Down

0 comments on commit 3f24aff

Please sign in to comment.