Results 1 to 4 of 4

Thread: Conversion from qt creator To application

  1. #1
    Join Date
    Jul 2010
    Posts
    71
    Thanked 8 Times in 8 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Conversion from qt creator To application

    Hello
    How do my Project work with another device ?
    does not have a qt4
    In short, I want to make my Project as the application.
    Such as .exe
    Last edited by wysota; 20th September 2010 at 23:26.

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Conversion from qt creator To application

    Create your application static, so you will get an all included exe, or link your application dynamic (default). Then you have to deliver the dll's. See How to deploy an application in the docs.

  3. #3
    Join Date
    Jul 2010
    Posts
    71
    Thanked 8 Times in 8 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Conversion from qt creator To application

    Quote Originally Posted by Lykurg View Post
    Create your application static, so you will get an all included exe, or link your application dynamic (default). Then you have to deliver the dll's. See How to deploy an application in the docs.
    Regrettably I did not understand you.
    I want steps.

    When I was working in Java interfaces, using .jar as application
    Last edited by NewLegend; 20th September 2010 at 22:25.

  4. #4
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Conversion from qt creator To application

    Here you will find enough steps: http://doc.qt.nokia.com/4.6/deployment-windows.html.

Similar Threads

  1. Question about running an application with Qt creator
    By Master_of_ec in forum Qt Programming
    Replies: 3
    Last Post: 31st July 2010, 06:27
  2. Qt Creator Qt Creator "Application Configuration is incorrect"
    By RH-00 in forum Qt Tools
    Replies: 2
    Last Post: 15th June 2010, 11:45
  3. How to run cosol based application in Qt creator
    By phillip_Qt in forum Qt Tools
    Replies: 1
    Last Post: 5th March 2010, 13:38
  4. Replies: 3
    Last Post: 28th February 2010, 08:10
  5. Replies: 1
    Last Post: 15th October 2009, 17:33

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.