This resolves bug 1153. Fix support for GCC hidden visibility. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>pull/1/head
parent
541bc109cb
commit
8403288e01
@ -0,0 +1,32 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
* Copyright (C) 2007 by Michael Zanetti *
|
||||||
|
* *
|
||||||
|
* *
|
||||||
|
* This program is free software; you can redistribute it and/or modify *
|
||||||
|
* it under the terms of the GNU General Public License as published by *
|
||||||
|
* the Free Software Foundation; either version 2 of the License, or *
|
||||||
|
* (at your option) any later version. *
|
||||||
|
* *
|
||||||
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
|
* GNU General Public License for more details. *
|
||||||
|
* *
|
||||||
|
* You should have received a copy of the GNU General Public License *
|
||||||
|
* along with this program; if not, write to the *
|
||||||
|
* Free Software Foundation, Inc., *
|
||||||
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
|
||||||
|
***************************************************************************/
|
||||||
|
|
||||||
|
#include <kgenericfactory.h>
|
||||||
|
#include <tdeaboutdata.h>
|
||||||
|
|
||||||
|
#include "otrplugin.h"
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Michael Zanetti
|
||||||
|
*/
|
||||||
|
|
||||||
|
typedef KGenericFactory<OTRPlugin> OTRPluginFactory;
|
||||||
|
static const TDEAboutData aboutdata("kopete_otr", I18N_NOOP("OTR") , "0.7" );
|
||||||
|
K_EXPORT_COMPONENT_FACTORY( kopete_otr, OTRPluginFactory( &aboutdata ) )
|
Loading…
Reference in new issue