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. Cant deploy simple app
Forum Updated to NodeBB v4.3 + New Features

Cant deploy simple app

Scheduled Pinned Locked Moved Solved Installation and Deployment
5 Posts 4 Posters 670 Views 3 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.
  • G Offline
    G Offline
    GrahamLa
    wrote on last edited by
    #1

    Hi
    I have a simple hello world qml app and want to test deployment.
    I have followed instructions given here but when I run the app I get no output or errors.
    What has gone wrong?
    Here is a picture of my deployment folder
    0_1554476971875_4406b983-21df-46ca-852c-8dbefb98be87-image.png

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

      Hi,

      From the looks of it, you did not use windeployqt, did you ? If so, use it, it should get all needed dlls.

      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
      4
      • J.HilkJ Offline
        J.HilkJ Offline
        J.Hilk
        Moderators
        wrote on last edited by
        #3

        To add to add ‚@SGaist
        since you're using a qml based app, you have to give the deployment tool a path to your qml files, that you're using via --qmldir or you won't get far.


        Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


        Q: What's that?
        A: It's blue light.
        Q: What does it do?
        A: It turns blue.

        1 Reply Last reply
        4
        • G GrahamLa

          Hi
          I have a simple hello world qml app and want to test deployment.
          I have followed instructions given here but when I run the app I get no output or errors.
          What has gone wrong?
          Here is a picture of my deployment folder
          0_1554476971875_4406b983-21df-46ca-852c-8dbefb98be87-image.png

          JKSHJ Offline
          JKSHJ Offline
          JKSH
          Moderators
          wrote on last edited by
          #4

          @GrahamLa said in Cant deploy simple app:

          I have followed instructions given here

          The top of the article says, NOTE: The recommended way to deploy your application is to use the official deployment tool (windeployqt). Try that first!

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

          1 Reply Last reply
          4
          • G Offline
            G Offline
            GrahamLa
            wrote on last edited by
            #5

            Hi
            Thanks everyone - I did try windeployqt but forgot the qml directory

            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