summaryrefslogtreecommitdiffstats
path: root/part/kxmleditorfactory.cpp
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2019-05-08 14:46:23 +0200
committerSlávek Banko <slavek.banko@axis.cz>2019-05-09 15:16:44 +0200
commitafdfc9b17d1a626fecbfb3ac4c5828beea6fec47 (patch)
treec64bc7c5a059a02107c3c209b041c64010d15e4f /part/kxmleditorfactory.cpp
parenta4fed294ff0451681fdba458429c7a1cbc1dbd1d (diff)
downloadkxmleditor-afdfc9b17d1a626fecbfb3ac4c5828beea6fec47.tar.gz
kxmleditor-afdfc9b17d1a626fecbfb3ac4c5828beea6fec47.zip
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'part/kxmleditorfactory.cpp')
-rw-r--r--part/kxmleditorfactory.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/part/kxmleditorfactory.cpp b/part/kxmleditorfactory.cpp
index 5f57ea8..0db9455 100644
--- a/part/kxmleditorfactory.cpp
+++ b/part/kxmleditorfactory.cpp
@@ -15,6 +15,8 @@
* *
***************************************************************************/
+#include "config.h"
+
#include "kxmleditorfactory.h"
#include "kxmleditorpart.h"
#include "kxmleditorabout.h"
@@ -26,7 +28,7 @@
extern "C"
{
- void * init_libkxmleditorpart()
+ KDE_EXPORT void * init_libkxmleditorpart()
{
return new KXMLEditorFactory;
}