fix c++11 flag and add linker flag

pull/135/head
Simon Stürz 2016-01-03 18:30:06 +01:00 committed by Michael Zanetti
parent bf1235b4a7
commit ca5fb4d102
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ DEFINES += GUH_VERSION_STRING=\\\"$${GUH_VERSION_STRING}\\\" \
QT+= network
QMAKE_CXXFLAGS += -Werror
CONFIG += c++11
QMAKE_CXXFLAGS += -Werror -std=c++11
QMAKE_LFLAGS += -std=c++11
# Check for Bluetoot LE support (Qt >= 5.4.0)
!contains(QT_VERSION, ^5\\.[0-3]\\..*) {