blob: be71bff7521df1ae26ad1e9d2815ff4f2f324794 [file] [log] [blame]
/*
* 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>
#ifndef FINDREPLACE_NOLIB
#if defined(FINDREPLACE_LIBRARY)
# define FINDREPLACESHARED_EXPORT Q_DECL_EXPORT
#else
# define FINDREPLACESHARED_EXPORT Q_DECL_IMPORT
#endif
#else
#define FINDREPLACESHARED_EXPORT
#endif
#endif // FINDREPLACE_GLOBAL_H