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. [Solved] Publishing an application
Forum Updated to NodeBB v4.3 + New Features

[Solved] Publishing an application

Scheduled Pinned Locked Moved QML and Qt Quick
10 Posts 2 Posters 7.7k 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.
  • S Offline
    S Offline
    spode
    wrote on last edited by
    #1

    who could me please say how to publish an application in qt? BUILD -> DEPLOY PROJECT is locked and BUILD -> PUBLISH PROJECT has no Avaible Wizards. so, how to add wizards?

    1 Reply Last reply
    0
    • F Offline
      F Offline
      Franzk
      wrote on last edited by
      #2

      http://doc.qt.nokia.com/latest/deployment.html

      "Horse sense is the thing a horse has which keeps it from betting on people." -- W.C. Fields

      http://www.catb.org/~esr/faqs/smart-questions.html

      1 Reply Last reply
      0
      • S Offline
        S Offline
        spode
        wrote on last edited by
        #3

        i do not understand.
        i have my project in "C:\Users\7-windows\Documents\Progetti\QT\my project\fileTrenner2" and this folder contains the main.cpp, many .cpp and .h, qmlapplicationviewer and qml (subdirectory which contains images and other). i do not know what is qt's path. i have windows 7. how to do?

        1 Reply Last reply
        0
        • F Offline
          F Offline
          Franzk
          wrote on last edited by
          #4

          Qt is usually located somewhere in C:\Qt. I'm not entirely sure what it is you want to achieve, so please elaborate on your goal if you need further help.

          "Horse sense is the thing a horse has which keeps it from betting on people." -- W.C. Fields

          http://www.catb.org/~esr/faqs/smart-questions.html

          1 Reply Last reply
          0
          • S Offline
            S Offline
            spode
            wrote on last edited by
            #5

            i do not understand how to build the application, because i stop when i write "configure -static"...

            1 Reply Last reply
            0
            • F Offline
              F Offline
              Franzk
              wrote on last edited by
              #6

              Do you get an error?

              "Horse sense is the thing a horse has which keeps it from betting on people." -- W.C. Fields

              http://www.catb.org/~esr/faqs/smart-questions.html

              1 Reply Last reply
              0
              • S Offline
                S Offline
                spode
                wrote on last edited by
                #7

                yes, that command is not internal or external...or an executable, so it can not start.

                EDIT: i deployed my program in release-desktop mode and copied the .DLL in the /release directory. the application starts, but with no component (white, on the title visible). i use windows 7 and QtQuick...

                1 Reply Last reply
                0
                • F Offline
                  F Offline
                  Franzk
                  wrote on last edited by
                  #8

                  configure is not part of the build process when you use qmake. It is only part of the build process for Qt itself. You probably don't have to run it.

                  The fact that your qml component doesn't show probably means you have to copy your qml file along with your application.

                  "Horse sense is the thing a horse has which keeps it from betting on people." -- W.C. Fields

                  http://www.catb.org/~esr/faqs/smart-questions.html

                  1 Reply Last reply
                  0
                  • S Offline
                    S Offline
                    spode
                    wrote on last edited by
                    #9

                    all right! a put "qml" directory into "release" directory. now all right! =)

                    1 Reply Last reply
                    0
                    • F Offline
                      F Offline
                      Franzk
                      wrote on last edited by
                      #10

                      There ye go.

                      "Horse sense is the thing a horse has which keeps it from betting on people." -- W.C. Fields

                      http://www.catb.org/~esr/faqs/smart-questions.html

                      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