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. Cannot find configure file in QT

Cannot find configure file in QT

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 3 Posters 1.9k 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.
  • A Offline
    A Offline
    Arqam
    wrote on last edited by
    #1

    To deploy my app I need to deploy using Configure(http://doc.qt.io/qt-5/configure-options.html) but I am not able to find the script file in my QT downloaded folder.

    In my QT folder I have 5.9.1 and 5.10.0 folder, may be because I selected to have both. But I cannot find where my configure file is.
    Is it stored somewhere else and am I looking in the wrong place?

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by mrjj
      #2

      Hi
      Configure is for building your own version of Qt.
      Do you need that?

      Normally one would go after
      http://doc.qt.io/qt-5/windows-deployment.html

      to make a folder with the right structure and the right DLLS.

      Also my all time favorite is
      http://www.tripleboot.org/?p=138

      Pay attention to the different compilers.

      If you really want to build your own version, then make sure you also included the source code when installed.
      You can run MaintenanceTool.exe to add it.

      A 1 Reply Last reply
      0
      • mrjjM mrjj

        Hi
        Configure is for building your own version of Qt.
        Do you need that?

        Normally one would go after
        http://doc.qt.io/qt-5/windows-deployment.html

        to make a folder with the right structure and the right DLLS.

        Also my all time favorite is
        http://www.tripleboot.org/?p=138

        Pay attention to the different compilers.

        If you really want to build your own version, then make sure you also included the source code when installed.
        You can run MaintenanceTool.exe to add it.

        A Offline
        A Offline
        Arqam
        wrote on last edited by
        #3

        @mrjj
        I am using mac OSX, and I just want to create a dmg file so that the app can be shared.
        So in turn of that process I saw using this, as I am also using openCV library in my QT project and while running then in release more it gives error for openCV, that its not able to find it.

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

          @mrjj related to this thread

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

          A 1 Reply Last reply
          1
          • SGaistS SGaist

            @mrjj related to this thread

            A Offline
            A Offline
            Arqam
            wrote on last edited by Arqam
            #5

            @SGaist said in Cannot find configure file in QT:

            this thread

            Yeah!!
            And the worst part is I am not able to find any solution or any blog demonstrating it.

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

              Like @mrjj, configure is part of Qt's sources, so if you want to build your own version of Qt, download them. However, there's no need for that, use macdeployqt like explained in the other thread. Depending on your dependencies, you may have to do some stuff by hand but it's all explained in the documentation I linked to.

              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
              1

              • Login

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