Had to work around a few issues to build the apps:
qmake 'QMAKE_CXXFLAGS+=-std=gnu++11' instead of plain qmake. This could be added directly into *.pro files__DATE__ in *.cpp files to avoid errors such as error: unable to find string literal operator ‘operator"" __DATE__’.
Anonymous