From 9c30dd9c444e16aef845b8c756383a12a6afc147 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Wed, 29 Nov 2017 13:30:01 -0500 Subject: Make the poppler include path "poppler/qt5/" rather than just the file. This allows the poppler/qt5 path to be on *any* of the INCLUDEPATHS, rather than trying to specify a particular one through the OS-detection systems. --- src-qt5/desktop-utils/lumina-pdf/mainUI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-qt5/desktop-utils/lumina-pdf/mainUI.h') diff --git a/src-qt5/desktop-utils/lumina-pdf/mainUI.h b/src-qt5/desktop-utils/lumina-pdf/mainUI.h index ad3d6809..826891ec 100644 --- a/src-qt5/desktop-utils/lumina-pdf/mainUI.h +++ b/src-qt5/desktop-utils/lumina-pdf/mainUI.h @@ -19,7 +19,7 @@ #include #include -#include +#include #include "PresentationLabel.h" namespace Ui{ -- cgit