Results 1 to 3 of 3

Thread: my .exe not running on another computer

  1. #1
    Join Date
    Jul 2016
    Posts
    1
    Qt products
    Qt5

    Default my .exe not running on another computer

    Hi,

    I build my project on my laptop which is windows 10, then I copy my .exe to another computer(windows8.1) which no Qt installed. It can not run:

    "The program can't start because Qt5Core.dll is missing from your computer.Try reinstalling the program to fix this problem."

    Do I need to install Qt on every computer if I want to run application? It doesn't make sense to me.

  2. #2
    Join Date
    Dec 2009
    Location
    New Orleans, Louisiana
    Posts
    791
    Thanks
    13
    Thanked 153 Times in 150 Posts
    Qt products
    Qt5
    Platforms
    MacOS X

    Default Re: my .exe not running on another computer

    Short answer, yes. Long answer: http://doc.qt.io/qt-5/windows-deployment.html.

    Edit: To clarify, you don't have to install Qt on the computers where you want to run your program, but you must make sure that the Qt dynamic libraries are distributed with your app, etc.
    I write the best type of code possible, code that I want to write, not code that someone tells me to write!

  3. #3
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,328
    Thanks
    317
    Thanked 871 Times in 858 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: my .exe not running on another computer

    but you must make sure that the Qt dynamic libraries are distributed with your app
    And you must make sure you put them in the right places, especially qwindows.dll
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

Similar Threads

  1. Replies: 12
    Last Post: 18th September 2014, 19:54
  2. Replies: 1
    Last Post: 12th April 2014, 06:51
  3. Replies: 3
    Last Post: 17th November 2010, 22:41
  4. running Qt application on computer without Qt
    By vonCZ in forum Installation and Deployment
    Replies: 2
    Last Post: 30th May 2007, 15:36
  5. Replies: 1
    Last Post: 17th May 2006, 00:23

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.