mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 23:15:14 -04:00
added poppler-qt5 for Qt5 build (only for windows)
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user