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

@ -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()