Results 1 to 3 of 3

Thread: creating exe

  1. #1
    Join Date
    Dec 2010
    Location
    Lithuania
    Posts
    29
    Qt products
    Qt4
    Platforms
    Windows

    Default creating exe

    How to create *.exe file which will work without any additional class?

    I usually only run it, so I don't know how to make this version

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: creating exe

    To ship a single executable without any Qt runtime libraries you need to build Qt for static linking and then statically link your application. This has licensing implications also. It is generally far easier to ship Qt DLLs with your executable.

    Read "Deploying Qt Applications" and "Deploying an Application on Windows" in Assistant.

  3. The following user says thank you to ChrisW67 for this useful post:

    Phalanx (4th January 2011)

  4. #3
    Join Date
    Apr 2010
    Posts
    21
    Thanks
    2
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: creating exe

    thanks, looking for nice example long time. Next I use Qt Assistant first

Similar Threads

  1. Doubt about creating GUI
    By sudheer168 in forum Qt Programming
    Replies: 5
    Last Post: 25th October 2010, 18:34
  2. Creating a DLL using Qt
    By Althor in forum Qt Programming
    Replies: 5
    Last Post: 4th July 2010, 09:56
  3. creating surfaces
    By javeria in forum Qt Programming
    Replies: 1
    Last Post: 8th May 2008, 17:17
  4. Creating QDS service
    By bowser in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 29th October 2007, 11:12
  5. Help creating a PDF doc
    By Dark_Tower in forum Qt Programming
    Replies: 5
    Last Post: 10th December 2006, 12: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.