Bringing back some compiler flags to the "proj" file.
Without these flags lots of warning are generated.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user