With fresh morning head I figured it
Visibility=KINPROJECT_EXPORT
IncludeFiles="kprojectexport.h"
in kcfgc file do the trick. Thanks again.
--
Regards,
Anatoli.
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
Thanks Thomas,
I thought this macro is more of a compile time rather then linkage time thing,
but apparently not. The reason I actually put a wrapper around was to do the
KDE_EXPORT macro. It did not help. It saw the exported wrapper fine, but
failed to find the insider code. But after your pos
Anatoli,
On Thursday 26 July 2012 12:44:02 Anatoli Gorchetchnikov wrote:
> Hi all,
>
> I have three types of projects my app can handle, so I have three respective
> parts that are loaded depending on the project type. They have some common
> functionality and settings, so these I separated in t
Hi all,
I have three types of projects my app can handle, so I have three respective
parts that are loaded depending on the project type. They have some common
functionality and settings, so these I separated in the base class KProject
derived from KReadWritePart plus some other stuff, put it a