mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
poppler-qt4 -> poppler-qt5
This commit is contained in:
parent
efbde66009
commit
26251d91a4
5 changed files with 4 additions and 18 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
#include "core/action.h"
|
||||
|
||||
#include <poppler-qt4.h>
|
||||
#include <poppler-qt5.h>
|
||||
|
||||
#include <config-okular-poppler.h>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#ifndef POPPLEREMBEDDEDFILE_H
|
||||
#define POPPLEREMBEDDEDFILE_H
|
||||
|
||||
#include <poppler-qt4.h>
|
||||
#include <poppler-qt5.h>
|
||||
|
||||
#include <core/document.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue