Review Request 121094: KCoreAddons: add KTextToHTML class for plaintext -> HTML conversion
Nicolás Alvarez
nicolas.alvarez at gmail.com
Tue Dec 9 02:37:44 UTC 2014
> https://git.reviewboard.kde.org/r/121094/
This change fails to compile on Windows, because the unit test has
ktexttohtml.cpp as a source file *and* it's linking to the kcoreaddons
library which obviously defines the same function. In addition,
ktexttohtml.h in this context is declaring the function as
__declspec(dllimport), so it expects them to find the function in a linked
library. All this causes a multiple definition error when linking the unit
test.
I see it's being done this way in order to test the private API, but I'm
not sure how to fix it.
Is anyone else testing non-exported API in KF5?
--
Nicolás
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20141208/7e82b70d/attachment.html>
More information about the Kde-frameworks-devel
mailing list