poppler-qt4 -> poppler-qt5

This commit is contained in:
Albert Astals Cid 2014-08-09 20:54:40 +02:00
parent efbde66009
commit 26251d91a4
5 changed files with 4 additions and 18 deletions

View file

@ -11,7 +11,7 @@
#define _OKULAR_GENERATOR_PDF_ANNOTS_H_
#include <poppler-annotation.h>
#include <poppler-qt4.h>
#include <poppler-qt5.h>
#include <qmutex.h>

View file

@ -1,15 +1,3 @@
/* Defined if we have the 0.12.1 version of the Poppler library */
#cmakedefine HAVE_POPPLER_0_12_1 1
/* Defined if we have the 0.16 version of the Poppler library */
#cmakedefine HAVE_POPPLER_0_16 1
/* Defined if we have the 0.20 version of the Poppler library */
#cmakedefine HAVE_POPPLER_0_20 1
/* Defined if we have the 0.22 version of the Poppler library */
#cmakedefine HAVE_POPPLER_0_22 1
/* Defined if we have the 0.24 version of the Poppler library */
#cmakedefine HAVE_POPPLER_0_24 1

View file

@ -11,7 +11,7 @@
#include "core/action.h"
#include <poppler-qt4.h>
#include <poppler-qt5.h>
#include <config-okular-poppler.h>

View file

@ -11,11 +11,9 @@
#ifndef _OKULAR_GENERATOR_PDF_H_
#define _OKULAR_GENERATOR_PDF_H_
#define UNSTABLE_POPPLER_QT4
#include "synctex/synctex_parser.h"
#include <poppler-qt4.h>
#include <poppler-qt5.h>
#include <qbitarray.h>
#include <qpointer.h>

View file

@ -10,7 +10,7 @@
#ifndef POPPLEREMBEDDEDFILE_H
#define POPPLEREMBEDDEDFILE_H
#include <poppler-qt4.h>
#include <poppler-qt5.h>
#include <core/document.h>