no more c++11; refs #116

This commit is contained in:
Marc Wäckerlin
2012-02-23 15:32:04 +00:00
parent fb2042ae7c
commit 14e532fc8a
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
QT += webkit network gui
QMAKE_LIBS += -lproxyface -lpcscxx -lssl -lcrypto
QMAKE_CXXFLAGS += -Wno-parentheses -Wno-unused-parameter -std=c++0x
QMAKE_CXXFLAGS += -Wno-parentheses -Wno-unused-parameter
#-std=c++0x
QMAKE_INCDIR += BULLSHIT1 @srcdir@/.. BULLSHIT2 .. BULLSHIT3
INCLUDEPATH += BULLSHIT4 .. BULLSHIT5
QMAKE_CXXFLAGS += -IBULLSHIT6 -I.. -IBULLSHIT7