Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Deploying a standalone .exe of project
Forum Updated to NodeBB v4.3 + New Features

Deploying a standalone .exe of project

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 2 Posters 1.2k 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.
  • L Offline
    L Offline
    Lightning77
    wrote on last edited by
    #1

    Iv started trying to use Qt to work on a school software development project. However before i am going to start taking everything into QT from eclipse, I want to make sure I can create a standalone exe file to be run. In the mean time Iv created a simple program just to make sure I can get everything to work.
    So far iv been directed to http://qt-project.org/doc/qt-5/windows-deployment.html this to help, but almost every command i try receives an error along the lines of " 'configure' is not recognized as an internal or external command, operable program or batch file "

    Iv also been trying to work with a program called Dependency walker with the release exe to try and create something that could be taken for example on a flash drive and run on any computer (or at least installed and then run via a packaging program).

    If anyone could help me try and work this out i would appreciate it.
    Thank You

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Hi, and welcome to the Qt dev net!

      You follow the instructions containing configure only if you want to build Qt itself. Those are not for building your .exe.

      Use Qt Creator to build your .exe, then follow the instructions at http://qt-project.org/wiki/Deploy_an_Application_on_Windows

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0
      • L Offline
        L Offline
        Lightning77
        wrote on last edited by
        #3

        Hi thank you for directing me to the site, this seems to be closer to finally getting to my goal.

        the tutorial in that article has me pulling files from directories inside the foler 5.2.1 . Im assuming thats just a version number as mine is 5.3. However inside that folder i do not have the "mingw48_32" insted mine has the following
        android_armv7
        msvc2010_opengl
        msvc2012_opengl
        msvc2013_64
        winphone_arm
        winphone_x86
        winrt_x64

        wondered if you would know where i should look inside instead?

        Thanks

        1 Reply Last reply
        0
        • JKSHJ Offline
          JKSHJ Offline
          JKSH
          Moderators
          wrote on last edited by
          #4

          The tutorial says "mingw48_32" because it used the 32-bit MinGW 4.8 compiler.

          What compiler did you use? If you used 64-bit MSVC 2013, then take the DLLs from msvc2013_64.

          (By the way, I'm curious: Why do you have so many versions of Qt installed?)

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          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