mirror of https://github.com/JakubMelka/PDF4QT.git
Add extra includes to get build running for core lib only
This commit is contained in:
parent
8c40e49801
commit
3846c5187e
|
@ -26,6 +26,7 @@
|
|||
#include "pdfpainterutils.h"
|
||||
#include "pdfdocumentbuilder.h"
|
||||
|
||||
#include <QtMath>
|
||||
#include <QIcon>
|
||||
|
||||
#include "pdfdbgheap.h"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include "pdfutils.h"
|
||||
|
||||
#include <QIODevice>
|
||||
#include <QtMath>
|
||||
|
||||
#include "pdfdbgheap.h"
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#include <limits>
|
||||
#include <tuple>
|
||||
#include <array>
|
||||
#include <cmath>
|
||||
|
||||
#include <pdf4qtlibcore_export.h>
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#include <QDir>
|
||||
#include <QFile>
|
||||
#include <QCoreApplication>
|
||||
#include <QTextStream>
|
||||
|
||||
#include "pdfdbgheap.h"
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include "pdfstreamfilters.h"
|
||||
|
||||
#include <QPainterPathStroker>
|
||||
#include <QtMath>
|
||||
|
||||
#include "pdfdbgheap.h"
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include <QPainter>
|
||||
#include <QCryptographicHash>
|
||||
#include <QtMath>
|
||||
|
||||
#include "pdfdbgheap.h"
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include <QDir>
|
||||
#include <QElapsedTimer>
|
||||
#include <QtMath>
|
||||
|
||||
#ifdef PDF4QT_ENABLE_OPENGL
|
||||
#include <QOpenGLContext>
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
#include "pdfcertificatemanager.h"
|
||||
|
||||
#include <QRandomGenerator>
|
||||
#include <QtMath>
|
||||
#include <QtEndian>
|
||||
|
||||
#include "pdfdbgheap.h"
|
||||
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
#ifndef PDFSTRUCTURETREE_H
|
||||
#define PDFSTRUCTURETREE_H
|
||||
|
||||
#include <QSharedPointer>
|
||||
|
||||
#include "pdfobject.h"
|
||||
#include "pdfobjectutils.h"
|
||||
#include "pdffile.h"
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
#include "pdfutils.h"
|
||||
#include "pdfexecutionpolicy.h"
|
||||
|
||||
#include <QtMath>
|
||||
#include <QMutex>
|
||||
#include <QPainter>
|
||||
#include <QIODevice>
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include "pdfpattern.h"
|
||||
#include "pdfdbgheap.h"
|
||||
|
||||
#include <QtMath>
|
||||
#include <iterator>
|
||||
|
||||
namespace pdf
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include "pdfexception.h"
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
#include <QtMath>
|
||||
#include "pdfdbgheap.h"
|
||||
|
||||
#include <jpeglib.h>
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
#include <QTextBlock>
|
||||
#include <QFontDatabase>
|
||||
#include <QAbstractTextDocumentLayout>
|
||||
#include <QtMath>
|
||||
|
||||
#include "pdfdbgheap.h"
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#include "pdfstreamfilters.h"
|
||||
|
||||
#include <QIODevice>
|
||||
#include <QDataStream>
|
||||
|
||||
#include "pdfdbgheap.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue