qt5.mlt: fix build with Qt 5.7

This commit is contained in:
Thomas Tuegel 2016-09-07 20:51:38 -05:00
parent 787875c287
commit 23e0d4ae67
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
"--enable-opengl"
];
CXXFLAGS = "-std=c++11";
enableParallelBuilding = true;
postInstall = ''