Fix spectre includes

The include path should not be added to the include line, that will make
it be not found if the parent directory for includes is not included.
This commit is contained in:
Dan Leinir Turthra Jensen 2021-04-30 19:39:23 +01:00 committed by Albert Astals Cid
parent f31152d389
commit 108e568d67
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
#include <core/generator.h>
#include <interfaces/configinterface.h>
#include <libspectre/spectre.h>
#include <spectre.h>
class GSGenerator : public Okular::Generator, public Okular::ConfigInterface
{

View file

@ -16,7 +16,7 @@
#include <QString>
#include <QThread>
#include <libspectre/spectre.h>
#include <spectre.h>
class QImage;
class GSGenerator;