Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. How can I deploy my applicaiton in order to work on other computers (not including QT) (for Windows)
QtWS25 Last Chance

How can I deploy my applicaiton in order to work on other computers (not including QT) (for Windows)

Scheduled Pinned Locked Moved QML and Qt Quick
6 Posts 3 Posters 1.4k Views
  • 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
    muzo
    wrote on last edited by
    #1

    I have created an QT Qucik 2.0 applicaiton but when i try to run on diffrent computer i get some dependency errors. How can i deploy my app?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      "Let me Google that for you":http://lmgtfy.com/?q=qt5+deployment ;)

      (Z(:^

      1 Reply Last reply
      0
      • M Offline
        M Offline
        muzo
        wrote on last edited by
        #3

        I have read this page
        http://qt-project.org/doc/qt-5.0/qtdoc/deployment-windows.html

        I decided to make static build (for Windows) beacuse i have not used plugins in my app. Then i try follow this instructions;

        cd C:\path\to\Qt
        configure -static <any other options you need>

        nmake sub-src

        but i couldn't
        What is the "path\to\Qt" here. I have downloaded "Qt 5.1.0 for Windows 32-bit (VS 2012, 511 MB) " and there is no "configure.*" file at its installation directory. So how can i do this static build.

        Note: My app using some libs and dll which are compiled on MSVC 2012.

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          You need to download Qt source code, not the precompiled package. "Link":http://download.qt-project.org/official_releases/qt/5.1/5.1.0/single/qt-everywhere-opensource-src-5.1.0.zip.

          (Z(:^

          1 Reply Last reply
          0
          • sierdzioS Offline
            sierdzioS Offline
            sierdzio
            Moderators
            wrote on last edited by
            #5

            You need to download Qt source code, not the precompiled package. "Link":http://download.qt-project.org/official_releases/qt/5.1/5.1.0/single/qt-everywhere-opensource-src-5.1.0.zip

            (Z(:^

            1 Reply Last reply
            0
            • T Offline
              T Offline
              teemo10
              wrote on last edited by
              #6

              I believe the following thread is generally a good reference for deploying on windows: http://qt-project.org/forums/viewthread/25714/

              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