qt5.poppler: fix build with Qt 5.7

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

View File

@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = [ "-DQT_NO_DEBUG" ];
CXXFLAGS = lib.optional qt5Support "-std=c++11";
configureFlags = with lib;
[
"--enable-xpdf-headers"