summaryrefslogtreecommitdiff
path: root/utils/themeeditor/qtfindreplacedialog/findreplace_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/qtfindreplacedialog/findreplace_global.h')
-rw-r--r--utils/themeeditor/qtfindreplacedialog/findreplace_global.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/themeeditor/qtfindreplacedialog/findreplace_global.h b/utils/themeeditor/qtfindreplacedialog/findreplace_global.h
index 4f8c1a7353..be71bff752 100644
--- a/utils/themeeditor/qtfindreplacedialog/findreplace_global.h
+++ b/utils/themeeditor/qtfindreplacedialog/findreplace_global.h
@@ -8,10 +8,14 @@
8 8
9#include <QtCore/qglobal.h> 9#include <QtCore/qglobal.h>
10 10
11#ifndef FINDREPLACE_NOLIB
11#if defined(FINDREPLACE_LIBRARY) 12#if defined(FINDREPLACE_LIBRARY)
12# define FINDREPLACESHARED_EXPORT Q_DECL_EXPORT 13# define FINDREPLACESHARED_EXPORT Q_DECL_EXPORT
13#else 14#else
14# define FINDREPLACESHARED_EXPORT Q_DECL_IMPORT 15# define FINDREPLACESHARED_EXPORT Q_DECL_IMPORT
15#endif 16#endif
17#else
18#define FINDREPLACESHARED_EXPORT
19#endif
16 20
17#endif // FINDREPLACE_GLOBAL_H 21#endif // FINDREPLACE_GLOBAL_H