Skip to content
Snippets Groups Projects
Commit 1bfe4a11 authored by Ulrich Kemloh's avatar Ulrich Kemloh
Browse files

Always enable c++11 fixes Compilation issue under linux

parent 3f709cdf
Branches
Tags
No related merge requests found
...@@ -21,7 +21,8 @@ greaterThan(QT_MAJOR_VERSION, 4):QT += widgets ...@@ -21,7 +21,8 @@ greaterThan(QT_MAJOR_VERSION, 4):QT += widgets
TEMPLATE = app TEMPLATE = app
TARGET = JuPedSim TARGET = JuPedSim
CONFIG += qt xml gui; CONFIG += qt xml gui;
greaterThan(QT_MAJOR_VERSION, 4):CONFIG += c++11 CONFIG += c++11
QMAKE_CXXFLAGS += -std=c++11
FORMS += \ FORMS += \
forms/mainwindow.ui \ forms/mainwindow.ui \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment