Results 1 to 2 of 2

Thread: Releasing a program

  1. #1
    Join Date
    Mar 2009
    Posts
    68
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Releasing a program

    Hi
    I make my programs by writing .h and .cpp and main and .ui files and running qmake -project , qmake *.pro and make on them.but this process gives me an executable in debug folder that needs three .dll files(if i remove qt paths from path variable).I have two questions.
    1-Does the release version needs those .dll files?
    2-How can i make a release version of my software?
    thanks
    Try to be useful for your society,not important.
    ------------------------------------------------------
    Every thing that has a beginning,Has an end.

  2. #2
    Join Date
    Aug 2008
    Location
    Ukraine, Krivoy Rog
    Posts
    1,963
    Thanked 370 Times in 336 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Releasing a program

    add CONFIG += release to you pro-file.
    PS. don't create several threads for one question!
    Qt Assistant -- rocks!
    please, use tags [CODE] & [/CODE].

Similar Threads

  1. Releasing a program
    By Dante in forum Qt Programming
    Replies: 0
    Last Post: 13th April 2009, 19:20
  2. External Program Management with Qt
    By rapajic in forum Qt Programming
    Replies: 5
    Last Post: 7th April 2009, 09:52
  3. Eclipse Integration and program not starting
    By Cruz in forum Installation and Deployment
    Replies: 1
    Last Post: 16th January 2009, 22:32
  4. Replies: 5
    Last Post: 29th October 2007, 22:49
  5. QT MySQL
    By sabeeshcs in forum Newbie
    Replies: 6
    Last Post: 12th January 2007, 04:19

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.