Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qml App Deployment
QtWS25 Last Chance

Qml App Deployment

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 508 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.
  • G Offline
    G Offline
    geageagea
    wrote on last edited by
    #1

    Hi there!
    I have a windows qml application built in Qt 5.4.2 and I want to make a deployment in another machine where Qt isn't installed. I've followed these instructions http://doc.qt.io/qt-5/windows-deployment.html but when I run it in another computer (release compile) no window is loaded but the process is running in background. I think this could happened because of some missing libraries, but I'm not entirely sure about that. I've tried a virtual machine and a white window appeared (the application has a black background). On this virtual machine I've deployed the debug compile that opens a command prompt for the qml debug and when the application starts it logs OpenGL problems. I think this is a hardware mismatch problem at OS level because of the virtual machine.
    I've also tried the static linking but with no luck. In the debug compile, my application file size was 620MB but when I tried to run it, a pop up said that Qt5Coded.dll was missing. Clearly, I haven't built correctly the static Qt.
    So, my question is if someone has ever tried or been successful at deploying a Qt5 application on a windows.
    Thanks in advanced
    Best regards
    Gustavo

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

      Hi,

      Did you use windeployqt? If so did you pass the path to your .qml sources ?

      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
      0

      • Login

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