Results 1 to 4 of 4

Thread: Create an Installer

  1. #1
    Join Date
    Oct 2010
    Posts
    95
    Thanks
    2
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Question Create an Installer

    Hi,

    I need to create an "installation package" for my soft (For now only for Windows) and would like to know how to do ?

    Mainly, do I have to install some "QT runtime" before starting my ".exe" ?

    I have copy my application to a new machine... and it ask for QtCore.dll ... I agree... but is there a package that we can include for the end-user ?

    Thx

  2. #2
    Join Date
    Mar 2010
    Posts
    319
    Thanks
    1
    Thanked 14 Times in 12 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Create an Installer

    You might want to look at similar threads and the Qt documentation. What you are after is very standard and has been discussed and documented umpteen times.

  3. #3
    Join Date
    Oct 2010
    Posts
    95
    Thanks
    2
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Create an Installer

    Thanks,

    I have already search for .... by I would like to know, first, how to avoid the use of QtCore.dll in my .exe ... and simply include the "minimum" of QT into my .exe, if it is possible ?

    I don't want to deliver the QT library seperately, but simply include all that I need in my ".exe" ?

    Thx

  4. #4
    Join Date
    Mar 2010
    Posts
    319
    Thanks
    1
    Thanked 14 Times in 12 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Create an Installer

    What you need is to build your application statically. You might, among other things, want to check the following page: http://doc.trolltech.com/latest/deployment-windows.html.

Similar Threads

  1. make installer package
    By babygal in forum Qt Programming
    Replies: 5
    Last Post: 6th June 2011, 07:24
  2. How to make an INSTALLER for QT application
    By dominate in forum Qt Programming
    Replies: 1
    Last Post: 2nd February 2011, 18:03
  3. Replies: 1
    Last Post: 19th January 2010, 23:05
  4. Installer UI
    By addu in forum Qt Programming
    Replies: 1
    Last Post: 25th August 2009, 12:53
  5. installer
    By koyot in forum Newbie
    Replies: 1
    Last Post: 26th February 2007, 14:34

Tags for this Thread

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.