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. Distributing QtQuick application on Windows
Forum Updated to NodeBB v4.3 + New Features

Distributing QtQuick application on Windows

Scheduled Pinned Locked Moved QML and Qt Quick
2 Posts 2 Posters 983 Views 1 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.
  • J Offline
    J Offline
    jech
    wrote on last edited by
    #1

    Hi,

    I created a small application using Qt for me and my colleagues. Now I would like to share it with them.

    It runs fine from QtCreator but I don't know how to distribute it correctly. I took the created .exe file and added following DLLs:

    @icudt51.dll
    icuin51.dll
    icuuc51.dll
    libgcc_s_dw2-1.dll
    libstdc++-6.dll
    libwinpthread-1.dll
    Qt5Core.dll
    Qt5Gui.dll
    Qt5Network.dll
    Qt5Qml.dll
    Qt5Quick.dll
    qt.conf
    plugins/imageformats/qmng.dll
    plugins/platforms/qwindows.dll@

    I tried to put my QML and image files to all possible locations I could imagine but the result was always the same: a blank window. I even tried to use a .qrc file and specified there all the qml and image files. But the result remained the same.

    Do you have any idea what am I doing wrong?

    Btw. I'm on Windows 7 x64 using MinGW compiled Qt 5.2.

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      I don't think qt.conf is required. Some users are reporting some additional dependencies, please search this forum. Also, please consider consulting the "deployment guide":http://qt-project.org/doc/qt-5.1/qtdoc/deployment-windows.html.

      (Z(:^

      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