00001 /* 00002 * Copyright (C) 2009 Lorenzo Bettini <http://www.lorenzobettini.it> 00003 * See COPYING file that comes with this distribution 00004 */ 00005 00006 #ifndef FINDREPLACE_GLOBAL_H 00007 #define FINDREPLACE_GLOBAL_H 00008 00009 #include <QtCore/qglobal.h> 00010 00011 #if defined(FINDREPLACE_LIBRARY) 00012 # define FINDREPLACESHARED_EXPORT Q_DECL_EXPORT 00013 #else 00014 # define FINDREPLACESHARED_EXPORT Q_DECL_IMPORT 00015 #endif 00016 00017 #endif // FINDREPLACE_GLOBAL_H