Re: Linkage error with KConfig XT

2012-07-26 Thread Anatoli Gorchetchnikov
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 <<

Re: Linkage error with KConfig XT

2012-07-26 Thread Anatoli Gorchetchnikov
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

Re: Linkage error with KConfig XT

2012-07-26 Thread Thomas Baumgart
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

Linkage error with KConfig XT

2012-07-26 Thread Anatoli Gorchetchnikov
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