summaryrefslogtreecommitdiffstats
path: root/utils/themeeditor/qtfindreplacedialog/findreplace_global.h
blob: 4f8c1a7353b08973fbf7024720739433ed1bf92d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright (C) 2009  Lorenzo Bettini <http://www.lorenzobettini.it>
 * See COPYING file that comes with this distribution
 */

#ifndef FINDREPLACE_GLOBAL_H
#define FINDREPLACE_GLOBAL_H

#include <QtCore/qglobal.h>

#if defined(FINDREPLACE_LIBRARY)
#  define FINDREPLACESHARED_EXPORT Q_DECL_EXPORT
#else
#  define FINDREPLACESHARED_EXPORT Q_DECL_IMPORT
#endif

#endif // FINDREPLACE_GLOBAL_H