From e3e439e69c9d7a8aab94c1fc620fc5e92abb370f Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sat, 28 Jul 2007 22:01:54 +0000 Subject: [PATCH] Revert to check the Poppler::Sound, otherwise the most of the Poppler API won't match. I'll temporary patch okular until Poppler 0.6 final. CCMAIL: bradh@frogmouth.net svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=693749 --- cmake/modules/FindPoppler.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/modules/FindPoppler.cmake b/cmake/modules/FindPoppler.cmake index ac580f368..35ac2bafa 100644 --- a/cmake/modules/FindPoppler.cmake +++ b/cmake/modules/FindPoppler.cmake @@ -53,8 +53,8 @@ check_cxx_source_compiles(" int main() { - Poppler::Document *doc = Poppler::Document::load(QString()); - doc->embeddedFiles().at(0)->checksum(); + Poppler::SoundObject * so = 0; + (void)so; return 0; }