Bringing back some compiler flags to the "proj" file.

Without these flags lots of warning are generated.
This commit is contained in:
Éder Ferreira Zulian
2015-06-12 13:04:14 +02:00
parent 34cae6d675
commit 57287ae113

View File

@@ -24,6 +24,8 @@ release {
}
QMAKE_CXXFLAGS += -std=c++11
QMAKE_CXXFLAGS += -isystem /opt/systemc/include
QMAKE_CXXFLAGS += -isystem /opt/boost/include
SOURCES += \
../src/common/third_party/tinyxml2/tinyxml2.cpp \