Skip to content

Commit

Permalink
port to make spec unsupported/macx-clang-libc++
Browse files Browse the repository at this point in the history
  • Loading branch information
qcad committed Oct 16, 2014
1 parent 4beaf4c commit 474e190
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shared.pri
Expand Up @@ -66,7 +66,9 @@ macx {
QMAKE_OBJECTIVE_CFLAGS_X86 =
QMAKE_LFLAGS_X86 =
}
QMAKE_CXXFLAGS += -mmacosx-version-min=10.6
!macx-clang-libc++ {
QMAKE_CXXFLAGS += -mmacosx-version-min=10.6
}
}

win32 {
Expand Down

0 comments on commit 474e190

Please sign in to comment.