home › Forums › # Technical Support › Error Ubuntu › Reply To: Error Ubuntu
July 26, 2016 at 17:12
#2197
Keymaster
Hi,
In your project.pro
, add:
CONFIG += c++11
DEFINES += FL_CPP11
QMAKE_CXXFLAGS = -std=c++11
I think this would do.
Cheers.