[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 4539
Author: scorpio810
Date: 2016-06-05 18:55:25 +0200 (Sun, 05 Jun 2016)
Log Message:
-----------
Minor
Modified Paths:
--------------
trunk/qelectrotech.pro
Modified: trunk/qelectrotech.pro
===================================================================
--- trunk/qelectrotech.pro 2016-06-05 16:34:46 UTC (rev 4538)
+++ trunk/qelectrotech.pro 2016-06-05 16:55:25 UTC (rev 4539)
@@ -133,6 +133,17 @@
# Nom du binaire genere par la compilation
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
target.path = $$join(INSTALL_PREFIX,,,$${QET_BINARY_PATH})