Results 1 to 17 of 17

Thread: executable version

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2009
    Posts
    31
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    7
    Thanked 2 Times in 2 Posts

    Default Re: executable version

    Can I separate everything they need (to work on a computer without Qt) along with my executable?

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

    Default Re: executable version

    Deploying an Application on Windows
    You are dynamic linking. You need:
    • Your application and any DLL components that you have built
    • Any Qt DLL your application needs (at least QtCore4.dll, probably QtGui4.dll and others)
    • Any Qt plugins your application needs to support image formats, icon formats, database connections etc.
    • Any DLL required for your C++ compiler run time


    You need to adhere to the terms of the license under which you are using Qt and the LGPL for the components only licensed under those terms.

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

    danilodsp (7th October 2011)

  4. #3
    Join Date
    Sep 2009
    Posts
    31
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    7
    Thanked 2 Times in 2 Posts

    Default Re: executable version

    Ok.
    Thank you.

    About:
    "Any Qt plugins your application needs to support image formats, icon formats, database connections etc."

    just add .dll of imageformats, icon formats, and other ... ?

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

    Default Re: executable version

    Yes, but they need to be in subdirectories, e.g. as in my earlier post

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

    danilodsp (8th October 2011)

  7. #5
    Join Date
    Sep 2009
    Posts
    31
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    7
    Thanked 2 Times in 2 Posts

    Default Re: executable version

    yeah,

    I finally got it.
    It is running on any computer.
    Thank you Chris.

    I was not copying the subdirectories.

Similar Threads

  1. Creating an evaluation version or trial version
    By munna in forum General Discussion
    Replies: 9
    Last Post: 20th June 2015, 02:50
  2. Replies: 5
    Last Post: 26th August 2011, 20:08
  3. Help in the executable
    By mukunda in forum Qt Programming
    Replies: 6
    Last Post: 5th July 2011, 08:59
  4. Replies: 0
    Last Post: 11th August 2009, 10:38
  5. Replies: 5
    Last Post: 5th October 2008, 06:12

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
  •  
Qt is a trademark of The Qt Company.