mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 22:44:56 -04:00
added poppler-qt5 for Qt5 build (only for windows)
This commit is contained in:
@ -17,7 +17,11 @@
|
||||
#include <algorithm>
|
||||
using namespace std;
|
||||
|
||||
#include "poppler-qt4.h"
|
||||
#if QT_VERSION >= 0x050000
|
||||
#include "poppler-qt5.h"
|
||||
#else
|
||||
#include "poppler-qt4.h"
|
||||
#endif
|
||||
|
||||
//--------------------------------------------------------------------------------
|
||||
LibraryCreator::LibraryCreator()
|
||||
|
Reference in New Issue
Block a user