X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Fplugins%2FLogView%2Fliblogview.h;fp=src%2Fplugins%2FLogView%2Fliblogview.h;h=1f88060d7b6787623b9919135c6aa183693393d7;hb=6490924aa3d05fe32a3437fbd6cdde289a6a9a6b;hp=0000000000000000000000000000000000000000;hpb=8e3cd0a676dde4e99f88feeeccea53caeb67e5b6;p=evaf diff --git a/src/plugins/LogView/liblogview.h b/src/plugins/LogView/liblogview.h new file mode 100644 index 0000000..1f88060 --- /dev/null +++ b/src/plugins/LogView/liblogview.h @@ -0,0 +1,30 @@ +/** + * @file LogView/liblogview.h + * @author Enar Vaikene + * + * Copyright (c) 2011 Enar Vaikene + * + * This file is part of the eVaf C++ cross-platform application development framework. + * + * This file can be used under the terms of the GNU General Public License + * version 3.0 as published by the Free Software Foundation and appearing in + * the file LICENSE included in the packaging of this file. Please review the + * the following information to ensure the GNU General Public License version + * 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html. + * + * Alternatively, this file may be used in accordance with the Commercial License + * Agreement provided with the Software. + */ + +#ifndef __LOGVIEW_LIBLOGVIEW_H +# define __LOGVIEW_LIBLOGVIEW_H + +#include + +#if defined(LOGVIEW_LIBRARY) +# define LOGVIEW_EXPORT Q_DECL_EXPORT +#else +# define LOGVIEW_EXPORT Q_DECL_IMPORT +#endif + +#endif // liblogview.h