PDA

View Full Version : Create KDE Project with existing headers,source and profile



joy
17th January 2011, 13:18
Hi,

I have an existing qt application. I just want to execute that application linux.
I copied the sources,headers and profile to linux(ubuntu).

I need to create new kde project with these existing profile,sources,headers.

Expecting some help.:)

wysota
17th January 2011, 13:27
Follow this document:
http://techbase.kde.org/Development/Tutorials/CMake#Using_CMake_for_a_KDE_Project

Remember that if you want your project to really use KDE (and not only link against it), you need to port your pure Qt project to KDE classes.