Add no_pdf build option

This commit is contained in:
Felix Kauselmann
2016-10-21 22:21:32 +02:00
parent 36ef664d65
commit 464a3b6649
7 changed files with 112 additions and 84 deletions

View File

@ -1,4 +1,4 @@
#ifndef PDF_COMIC_H
#if !defined PDF_COMIC_H && !defined NO_PDF
#define PDF_COMIC_H
#include <QObject>