added poppler-qt5 for Qt5 build (only for windows)

This commit is contained in:
Luis Ángel San Martín
2013-11-21 08:14:14 +01:00
parent 65461bf72d
commit f8dff1390f
43 changed files with 5241 additions and 6 deletions

View File

@ -10,7 +10,11 @@
#include "bookmarks.h"
#include "poppler-qt4.h"
#if QT_VERSION >= 0x050000
#include "poppler-qt5.h"
#else
#include "poppler-qt4.h"
#endif
class ComicDB;
//#define EXTENSIONS << "*.jpg" << "*.jpeg" << "*.png" << "*.gif" << "*.tiff" << "*.tif" << "*.bmp" Comic::getSupportedImageFormats()