Merge pull request #7 from Antidote/osx-link-cleanup

removed unnecessary OS X linker flags
This commit is contained in:
Jack Andersen 2015-04-12 16:49:19 -10:00
commit 05af555114
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
!contains(ATHENA_PRO, true): {
INCLUDEPATH += $$PWD/include
mac:INCLUDEPATH += /usr/local/include
mac:LIBS += -L/usr/local/lib
!contains(CONFIG, -std=c++11):CONFIG += -std=c++11
mac:QMAKE_CXXFLAGS += -stdlib=libc++
}