mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Fix MAC OS X build
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4462 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -136,6 +136,11 @@ TARGET = qelectrotech
|
||||
# Ajustement des bibliotheques utilisees lors de l'edition des liens
|
||||
unix:QMAKE_LIBS_THREAD -= -lpthread
|
||||
|
||||
macx {
|
||||
LIBS += -stdlib=libc++
|
||||
QMAKE_CXXFLAGS += -stdlib=libc++
|
||||
}
|
||||
|
||||
# Enable C++11
|
||||
QMAKE_CXXFLAGS += -std=c++11
|
||||
|
||||
|
||||
Reference in New Issue
Block a user