|
|||||||
| KDE Programming KDE programming issues. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How convert my Qt projet in KDE project?
It's for this project: http://ultracopier.first-world.info/ How build it after? Thanks for your help. |
|
#2
|
|||
|
|||
|
In general the first step is to change QApplication into KApplication. At this point your application becomes a KDE application
Then you can start using other classes from KDE (for instance by trying to exchange "Q" into "K" in class names). As for compiling - for KDE4 you'll need cmake, for KDE3 you'll need auto tools (autoconf/automake). |
|
#3
|
|||
|
|||
|
You can use CMake for KDE3 as well, I'd actually suggest doing this. Less pain all around
![]() |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| convert project from C++ to VS2005 | ramymabrouk | Qt Programming | 1 | 9th March 2008 21:57 |
| Importing qt project to an eclipse workspace | isahin | Installation and Deployment | 2 | 28th January 2008 18:00 |
| how to convert the whole project into Unicode | thomasjoy | Qt Programming | 6 | 10th May 2007 10:05 |
| Qt4 open src mingw from a PC to another | nvictor | Installation and Deployment | 11 | 1st May 2007 17:41 |
| Project generation on linux from QT Project | darpan | Qt Programming | 6 | 11th December 2006 09:43 |