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.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/utils/themeeditor/qtfindreplacedialog/findreplace_global.h b/utils/themeeditor/qtfindreplacedialog/findreplace_global.h
new file mode 100644
index 0000000000..4f8c1a7353
--- /dev/null
+++ b/utils/themeeditor/qtfindreplacedialog/findreplace_global.h
@@ -0,0 +1,17 @@
1/*
2 * Copyright (C) 2009 Lorenzo Bettini <http://www.lorenzobettini.it>
3 * See COPYING file that comes with this distribution
4 */
5
6#ifndef FINDREPLACE_GLOBAL_H
7#define FINDREPLACE_GLOBAL_H
8
9#include <QtCore/qglobal.h>
10
11#if defined(FINDREPLACE_LIBRARY)
12# define FINDREPLACESHARED_EXPORT Q_DECL_EXPORT
13#else
14# define FINDREPLACESHARED_EXPORT Q_DECL_IMPORT
15#endif
16
17#endif // FINDREPLACE_GLOBAL_H