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. QML deployment issue
QtWS25 Last Chance

QML deployment issue

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
qmldeploywindows 7
4 Posts 2 Posters 1.5k 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.
  • M Offline
    M Offline
    Mark81
    wrote on last edited by Mark81
    #1

    I'm facing some issues when trying to deploy a very simple QML application. Right now it has only one page, with the following imports:

    import QtQuick 2.9
    import QtQuick.Window 2.2
    import QtGraphicalEffects 1.0
    

    The o.s. in both dev and target machine is Windows 7 64-bit (the runtime are compiled with MinGW).
    I also created a fresh Windows 7 virtual machine to try the deployment.

    deployed the following files:

    imageformats/
    images/
    platforms/
    QtGraphicalEffect/
    QtQml/
    QtQuick/
    QtQuick.2/
    libgcc_s_dw2-1.dll
    libstdc++-6.dll
    libwinpthread-1.dll
    opengl32sw.dll
    Qt5Core.dll
    Qt5Gui.dll
    Qt5Network.dll
    Qt5Qml.dll
    Qt5Quick.dll
    myapplication.exe
    

    On the virtual machine all works fine.
    On the target one there's a weird behavior: the QtGraphicalEffects (i.e. DropShadow) are not rendered.
    No errors no output in console. (well, I have neither of them even if I forget to add the qml files...)

    Is there something obvious I'm missing?

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

      Hi,

      Not from the looks of it. Can you check the graphic stack on the machine were you have trouble.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      M 1 Reply Last reply
      1
      • SGaistS SGaist

        Hi,

        Not from the looks of it. Can you check the graphic stack on the machine were you have trouble.

        M Offline
        M Offline
        Mark81
        wrote on last edited by
        #3

        @SGaist If you are talking about the graphic card in use it's an Intel GMA 4500.

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

          Latest drivers ?

          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