From afdfc9b17d1a626fecbfb3ac4c5828beea6fec47 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Wed, 8 May 2019 14:46:23 +0200 Subject: conversion to the cmake building system MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gregory guy Signed-off-by: Slávek Banko --- part/kxmleditorfactory.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'part/kxmleditorfactory.cpp') 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; } -- cgit v1.2.1