mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #25: Windows build without plugins
This commit is contained in:
@@ -18,10 +18,16 @@
|
||||
#ifndef PDFVIEWERGLOBAL_H
|
||||
#define PDFVIEWERGLOBAL_H
|
||||
|
||||
#include <pdf4qtviewer_export.h>
|
||||
|
||||
#if !defined(PDF4QTVIEWERLIBSHARED_EXPORT)
|
||||
|
||||
#if defined(PDF4QTVIEWER_LIBRARY)
|
||||
# define PDF4QTVIEWERLIBSHARED_EXPORT Q_DECL_EXPORT
|
||||
#else
|
||||
# define PDF4QTVIEWERLIBSHARED_EXPORT Q_DECL_IMPORT
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#endif // PDFVIEWERGLOBAL_H
|
||||
|
Reference in New Issue
Block a user