Results 1 to 3 of 3

Thread: How convert my Qt projet in KDE project?

  1. #1
    Join Date
    Jun 2008
    Posts
    1
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default How convert my Qt projet in KDE project?

    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. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: How convert my Qt projet in KDE project?

    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. #3
    Join Date
    Aug 2006
    Posts
    163
    Thanks
    12
    Thanked 5 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: How convert my Qt projet in KDE project?

    You can use CMake for KDE3 as well, I'd actually suggest doing this. Less pain all around

Similar Threads

  1. convert project from C++ to VS2005
    By ramymabrouk in forum Qt Programming
    Replies: 1
    Last Post: 9th March 2008, 22:57
  2. Importing qt project to an eclipse workspace
    By isahin in forum Installation and Deployment
    Replies: 2
    Last Post: 28th January 2008, 19:00
  3. how to convert the whole project into Unicode
    By thomasjoy in forum Qt Programming
    Replies: 6
    Last Post: 10th May 2007, 11:05
  4. Qt4 open src mingw from a PC to another
    By nvictor in forum Installation and Deployment
    Replies: 11
    Last Post: 1st May 2007, 18:41
  5. Project generation on linux from QT Project
    By darpan in forum Qt Programming
    Replies: 6
    Last Post: 11th December 2006, 10:43

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.