Results 1 to 2 of 2

Thread: How to create a standalone executable?

  1. #1
    Join Date
    Oct 2006
    Location
    USA
    Posts
    23
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default How to create a standalone executable?

    Hi,

    I have created an application using Qt, ITK and C++ in the Visual Studio 8.0 IDE. Now I want to create a standalone executable. Can anyone please guide me how to create a standalone executable for the application?

    Thanks,
    Ashish

  2. #2
    Join Date
    Jan 2006
    Location
    Alingsås, Sweden
    Posts
    437
    Thanks
    3
    Thanked 39 Times in 39 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How to create a standalone executable?

    You will have to compile static libs for all your dependencies (Qt, ITK) and then you will have to put all your external resources (icons, translations, etc) in a Qt resource file. Then you can build a stand-along executable. This will be huge...

Similar Threads

  1. how to create resource fork & data fork
    By jyoti in forum General Discussion
    Replies: 4
    Last Post: 28th November 2006, 17:20
  2. Replies: 1
    Last Post: 24th October 2006, 16:40
  3. How to create an Insert/Submit button for a form.
    By fnmblot in forum Qt Programming
    Replies: 5
    Last Post: 4th August 2006, 16:18
  4. Is it possible to create a QThread without inheriting ?
    By probine in forum Qt Programming
    Replies: 6
    Last Post: 23rd March 2006, 22:51
  5. create file in another directory
    By raphaelf in forum Qt Programming
    Replies: 3
    Last Post: 16th February 2006, 10:04

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.