Re: Contribute to porting of ktorrent/libktorrent to kf5

2015-01-17 Thread David Narvaez
On Fri, Jan 9, 2015 at 10:48 AM, David Edmundson wrote: > I don't think you need a whole mentor to yourself, I'll give you a super > quick summary. ? He's applying for GSoC, he needs a mentor. David E. Narvaez >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Working on qt creator.

2015-01-17 Thread Thomas Lübking
On Samstag, 17. Januar 2015 17:01:02 CEST, anu mittal wrote: I included those .cpp class needed by the application by adding the class name in set[1] of cmake,this successfully included the respective .cpp and .h files in my folder under qt creator but there is one header file (libkdeedu_compound

Re: Working on qt creator.

2015-01-17 Thread anu mittal
I included those .cpp class needed by the application by adding the class name in set[1] of cmake,this successfully included the respective .cpp and .h files in my folder under qt creator but there is one header file (libkdeedu_compoundviewer_export.h) which is included by the openbabel2wrapper.h i

Re: Working on qt creator.

2015-01-17 Thread anu mittal
Hi, Yes, i am asking for the application Kalzium. Okay, i got it. Thanks. On Sat, Jan 17, 2015 at 5:10 PM, Jeremy Whiting wrote: > Anu, Are you talking about Kalzium here? Need to add them to one of the > CMakeLists.txt files since it uses cmake to build. > > On Sat, Jan 17, 2015 at 4:16 AM, anu

Re: Working on qt creator.

2015-01-17 Thread Jeremy Whiting
Anu, Are you talking about Kalzium here? Need to add them to one of the CMakeLists.txt files since it uses cmake to build. On Sat, Jan 17, 2015 at 4:16 AM, anu mittal wrote: > No, i cannot find .pro file for my application and therefore i cannot even > manually add the header file. > > On Sat, J

Re: Working on qt creator.

2015-01-17 Thread anu mittal
No, i cannot find .pro file for my application and therefore i cannot even manually add the header file. On Sat, Jan 17, 2015 at 3:11 PM, Sahil Sehgal wrote: > Try to manually include that files in qt. > > On 17-Jan-2015 2:48 pm, "anu mittal" wrote: > > > > > > Hi, > > When I am opening my proj

Re: Working on qt creator.

2015-01-17 Thread Sahil Sehgal
Try to manually include that files in qt. On 17-Jan-2015 2:48 pm, "anu mittal" wrote: > > > Hi, > When I am opening my project in qt creator few of my .cpp and .h files are not shown in the folders and due to which compile time error is shown that those files cannot be found. I have rebuilt the pr

Re: Working on qt creator.

2015-01-17 Thread Gurjot Singh Bhatti
On 17 January 2015 at 14:47, anu mittal wrote: > Hi, > When I am opening my project in qt creator few of my .cpp and .h files are > not shown in the folders and due to which compile time error is shown that > those files cannot be found. I have rebuilt the project but files are not > included, how

Working on qt creator.

2015-01-17 Thread anu mittal
Hi, When I am opening my project in qt creator few of my .cpp and .h files are not shown in the folders and due to which compile time error is shown that those files cannot be found. I have rebuilt the project but files are not included, how should it be resolved? -- Regards, Anu. >> Visit http:/