Results 1 to 4 of 4

Thread: Compiling on Fedora 7

  1. #1
    Join Date
    May 2007
    Posts
    301
    Thanks
    46
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Compiling on Fedora 7

    Hi,

    I don't know if this is in the correct forum, please forgive me if not. I have wrote an application for Win32 using Qt4.3 ( C++ ) and want to port it now over to linux. I have used Visual Studio 2005 on Win32 and was wondering what I need to use on linux to build the project?

    Sorry for my ignorance on this but I'm just getting back into using linux.

    Kind regards,
    Steve

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Compiling on Fedora 7

    If you have a .pro file, all you need is qmake, Qt headers and libraries and a working toolchain (i.e. g++, make and friends).
    If you don't have a .pro file, you will have to write one, but you can also consider using CMake instead of qmake.

  3. #3
    Join Date
    May 2007
    Posts
    301
    Thanks
    46
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Compiling on Fedora 7

    Thanks,

    Could I not make a .pro file using qmake?

    Was thinking of looking at using KDevelop as mentioned in my other thread.

    Regards,
    Steve

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Compiling on Fedora 7

    Quote Originally Posted by steg90 View Post
    Could I not make a .pro file using qmake?
    You can, but you might have to edit it by hand.

  5. The following user says thank you to jacek for this useful post:

    steg90 (5th July 2007)

Similar Threads

  1. Compiling qshortcutdialog on Windows with mingw
    By dvmorris in forum Qt Programming
    Replies: 2
    Last Post: 23rd April 2007, 19:16
  2. Compiling Qtopia-Example failed
    By danielkr in forum Qt for Embedded and Mobile
    Replies: 2
    Last Post: 10th October 2006, 22:42
  3. Replies: 10
    Last Post: 28th April 2006, 15:48
  4. qmake_image_collection.cpp gives me a compiling error
    By vfernandez in forum Qt Programming
    Replies: 2
    Last Post: 31st January 2006, 01:42
  5. compiling a qt project under win32
    By elcuco in forum Qt Programming
    Replies: 2
    Last Post: 19th January 2006, 07: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.