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.
remotes/origin/work/aacid/okular_focus_actions
Dan Leinir Turthra Jensen 5 years ago committed by Albert Astals Cid
parent f31152d389
commit 108e568d67
  1. 2
      generators/spectre/generator_ghostview.h
  2. 2
      generators/spectre/rendererthread.h

@ -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
{

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

Loading…
Cancel
Save