Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt Quick - where is the .exe file?
Forum Updated to NodeBB v4.3 + New Features

Qt Quick - where is the .exe file?

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 1.2k Views 2 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.
  • P Offline
    P Offline
    Papa
    wrote on last edited by
    #1

    After compiling my first QtQuick program, I looked for the executable in the working directory, all the files are there with the exception of an executable. Is there supposed to be a .exe file for Quick applications?

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      The executable can be found in the build-directory, not the directory that contains your source code files.

      1 Reply Last reply
      0
      • P Offline
        P Offline
        Papa
        wrote on last edited by SGaist
        #3

        Yes, thank you I found it. However, when trying to start the program I get a message from Win10 saying:


        quicktest.exe - Application Error


        The application was unable to start correctly (0xc000a200). Click OK to close the application.


        OK


        [edit: fixed markdown SGaist]

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

          Hi,

          If you want to run your application outside Qt Creator, you have to follow the same steps as if you would deploy it on another computer. You can use windeployqt to start on that matter.

          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