Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. International
  3. Chinese
  4. Run .EXE without Qt

Run .EXE without Qt

Scheduled Pinned Locked Moved Unsolved Chinese
5 Posts 3 Posters 1.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mohsen_yadik
    wrote on last edited by
    #1

    I want to run my app created with Qt on a machine that does not have Qt installed.

    I tried to copy the DLL's from the BIN folder to the release of my project, but it did not work.

    1 Reply Last reply
    0
    • P Offline
      P Offline
      patrik08
      wrote on last edited by patrik08
      #2

      Yes that is correct ...
      try to use Inno Setup Script Wizard ...
      at end you have a script like this as Sample .. 10 years old..
      https://raw.githubusercontent.com/pehohlva/xhtml_edit_qedit_base/master/win_installer/xhtml.iss
      and the wizard make a super job to make an installer ...
      here is free and have a nice job
      http://www.jrsoftware.org/isinfo.php

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        Please take a look at the windeployqt tool which is there to help have everything you need alongside your application binary.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0
        • M Offline
          M Offline
          mohsen_yadik
          wrote on last edited by
          #4

          Hi
          thank you for help me.

          The computer gives the following error:

          this application has requested the runtime to terminate it in an unusual way

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            That error can mean many things.

            You have to give more details about your application and its dependencies.

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved