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 761 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.
  • P Offline
    P Offline
    PetrM
    wrote on 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
    • jpnurmiJ Offline
      jpnurmiJ Offline
      jpnurmi
      wrote on 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 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

        • Login

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