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. Deploy Qt Quick app on WIndows
Qt 6.11 is out! See what's new in the release blog

Deploy Qt Quick app on WIndows

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 1 Posters 1.1k 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.
  • A Offline
    A Offline
    athan_david
    wrote on last edited by
    #1

    I created an app to learn a few things about Qt(creating cross-platform apps is something I like). Linking Boost on was a bit though, but I did it after a few days (programming is heuristic after all) . However, now I'm facing a deployment problem which I cannot solve it alone. Here is how I did depoy the app:

    1. built app which release mode

    2. copy all .dll from mingw's bin folder(oops, forgot to mention that I'm using Qt 5.1 with MinGW 32 bits) in release folder:
      http://postimg.org/image/yk0n5q8v9
      http://postimg.org/image/pvpzsihuh

    3. then I did copy it on another PC. And kaboom, an error pop up:
      'This application failed to start bacause it could not find or load the Qt platform plugin "windows".'( http://postimg.org/image/t1eysq3oh/ )
      Actually there is platforms/qwindow.dll :
      http://postimg.org/image/8elijcv71
      Tried to find a solution on Google, no luck at all.

    If you know what the problem is, please spend few minutes to share your knowledge. Thanks a lot!

    1 Reply Last reply
    0
    • A Offline
      A Offline
      athan_david
      wrote on last edited by
      #2

      Found the solution myself, qwindowsd.dll is also required. First I did copy all files, then I removed files which I thought weren't necessary.

      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