qt5.mlt: fix build with Qt 5.7
This commit is contained in:
@@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
|
|||||||
"--enable-opengl"
|
"--enable-opengl"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
CXXFLAGS = "-std=c++11";
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user