mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-02-01 18:06:52 +01:00
Issue #123: Compilation fix
This commit is contained in:
parent
e8d72878a5
commit
89cfd1dd1f
@ -24,7 +24,11 @@
|
|||||||
#include <QPaintEngine>
|
#include <QPaintEngine>
|
||||||
#include <QPainterPathStroker>
|
#include <QPainterPathStroker>
|
||||||
|
|
||||||
|
#ifdef Q_OS_WIN
|
||||||
#include <Blend2d.h>
|
#include <Blend2d.h>
|
||||||
|
#else
|
||||||
|
#include <blend2d.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace pdf
|
namespace pdf
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user