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. Problem deploying QtQuick2 application

Problem deploying QtQuick2 application

Scheduled Pinned Locked Moved Solved QML and Qt Quick
3 Posts 2 Posters 670 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.
  • P Offline
    P Offline
    PetrM
    wrote on 18 May 2017, 13:34 last edited by
    #1

    Hello,
    I have an QtQuick2 application for Windows 10 64bit. I deployed it using windeployqt.exe. Everything is OK, the application starts with no problem. But when I try to start the application on an other computer (also Windows 10 64bit), the application is running on background only (it is visible in TaskManager) but no window is displayed.

    As for windeployqt: I passed all qml dirs using --qmldir parameter and I'm quite sure that all the neccessary qml files were copied to the application directory. So that the folders such QtQml, Qt, QtQuick, QtQuic.2 ... etc. are not missing in the application folder. The windeployqt.exe reported no errors.
    I have read a lot of posts with similar problem but no one helped.

    Is there some way how to check what the application is missing?

    Thanks in advance...

    1 Reply Last reply
    0
    • J Offline
      J Offline
      jpnurmi
      wrote on 18 May 2017, 14:53 last edited by jpnurmi
      #2

      Either enable console (CONFIG += console in the .pro file and rebuild) temporarily or use DebugView to see if the QML engine outputs any errors.

      1 Reply Last reply
      1
      • P Offline
        P Offline
        PetrM
        wrote on 18 May 2017, 18:17 last edited by
        #3

        Thank you! I used the DebugView and saw the problem (one of my qml plugins had unresolved dependency).

        Thank you again!

        1 Reply Last reply
        0

        1/3

        18 May 2017, 13:34

        • Login

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