1 #ifndef POPPLER_QT5
2 #include <poppler-qt4.h>
3 #else
4 #include <poppler-qt5.h>
5 
6 #if defined( WINDOWS_STATIC_LINK ) && ! defined( qtplugin )
7   #define qtplugin
8   #if defined(WIN32) || defined(WIN64)
9     #include <QtPlugin>
10     Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin)
11   #endif
12 #endif
13 
14 #endif
15