mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-17 16:59:59 +01:00
Minor
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4539 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -133,6 +133,17 @@ CONFIG += c++11 debug_and_release warn_on
|
|||||||
# Nom du binaire genere par la compilation
|
# Nom du binaire genere par la compilation
|
||||||
TARGET = qelectrotech
|
TARGET = qelectrotech
|
||||||
|
|
||||||
|
# Ajustement des bibliotheques utilisees lors de l'edition des liens
|
||||||
|
unix:QMAKE_LIBS_THREAD -= -lpthread
|
||||||
|
|
||||||
|
macx {
|
||||||
|
LIBS += -stdlib=libc++
|
||||||
|
QMAKE_CXXFLAGS += -std=c++11 -stdlib=libc++
|
||||||
|
}
|
||||||
|
|
||||||
|
# Enable C++11
|
||||||
|
QMAKE_CXXFLAGS += -std=c++11
|
||||||
|
|
||||||
# Description de l'installation
|
# Description de l'installation
|
||||||
target.path = $$join(INSTALL_PREFIX,,,$${QET_BINARY_PATH})
|
target.path = $$join(INSTALL_PREFIX,,,$${QET_BINARY_PATH})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user