Results 1 to 7 of 7

Thread: Release mode

  1. #1
    Join Date
    Dec 2013
    Location
    Jerada, Morroco
    Posts
    106
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    11

    Default Release mode

    hi,

    when I run my ".exe" mode release program it works, or when I run it on another pc that does not contain qt it does not work and it shows nothing.

    Help me please.

  2. #2
    Join Date
    Nov 2007
    Posts
    55
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    1
    Thanked 9 Times in 9 Posts

    Default Re: Release mode

    beside your exe, you need to install some dll and other files, which ones depend on the operating sytem.
    Google with "qt exe does not run" and you´ll get a lot of information on it.

    On Windows operating system, you can use dependencywalker.exe from Microsoft to get all dependencies of your exe.

    Alain

  3. #3
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts

    Default Re: Release mode


  4. #4
    Join Date
    Dec 2013
    Location
    Jerada, Morroco
    Posts
    106
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    11

    Default Re: Release mode

    thank you very much for your answer it was very useful.

  5. #5
    Join Date
    May 2013
    Posts
    321
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    9
    Thanked 8 Times in 8 Posts

    Default Re: Release mode

    Is it possible to have the dll of "platforms" on the same folder of the exe ?

  6. #6
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts

    Default Re: Release mode

    Specify either the -platformpluginpath command line option or set the QT_QPA_PLATFORM_PLUGIN_PATH environment variable

    Cheers,
    _

  7. #7
    Join Date
    Dec 2013
    Location
    Jerada, Morroco
    Posts
    106
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    11

    Default Re: Release mode

    you must put the folder platforms on the folder of the .exe the n it will be work

Similar Threads

  1. Replies: 1
    Last Post: 7th March 2012, 22:34
  2. Replies: 4
    Last Post: 27th May 2010, 16:18
  3. Replies: 1
    Last Post: 2nd November 2009, 13:02
  4. Replies: 9
    Last Post: 15th April 2009, 07:23
  5. Replies: 8
    Last Post: 10th October 2007, 19:20

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.