Re: Virtual functions causing link errors

2014-12-08 Thread Patrik Gwét
Ok thanks, I'll try that On Mon, Dec 8, 2014 at 8:49 AM, Jaroslaw Staniek wrote: > Hi Patrik, > Don't you mix Qt4 (calligra libs/headers/symbols) with a Qt5 code? > > On 8 December 2014 at 08:30, Patrik Gwét wrote: > > I am struggling with an issue while I am using external .h files in my > > p

Re: Virtual functions causing link errors

2014-12-07 Thread Jaroslaw Staniek
Hi Patrik, Don't you mix Qt4 (calligra libs/headers/symbols) with a Qt5 code? On 8 December 2014 at 08:30, Patrik Gwét wrote: > I am struggling with an issue while I am using external .h files in my > project. > > I am using Qt5 with MSVC2012. In my main file, I am including a header > file from

Virtual functions causing link errors

2014-12-07 Thread Patrik Gwét
I am struggling with an issue while I am using external .h files in my project. I am using Qt5 with MSVC2012. In my main file, I am including a header file from a KDE application. I put some INCLUDEPATH in the .pro file to link correctly. The piece of code I am in trouble with is the following:

Virtual functions causing link errors

2014-11-30 Thread Patrik Gwét
I am struggling with an issue while I am using external .h files in my project. I am using Qt5 with MSVC2012. In my main file, I am including a header file from a KDE application. I put some INCLUDEPATH in the .pro file to link correctly. The piece of code I am in trouble with is the following: