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. Application doesn't work on other computers

Application doesn't work on other computers

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 903 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.
  • P Offline
    P Offline
    Piccy997
    wrote on last edited by
    #1

    Hi all,
    I've developed a calculator app for Windows and built it in release mode. I've put all of the requested dll-s and it worked perfectly. But, then I tried running it on my laptop and... well, see for yourself: !http://i.imgur.com/DxfbJVw.jpg?1(Error 1)! and when I press Ok, another error: !http://i.imgur.com/thiOw4c.jpg?1(Error 2)!
    Here is the list of the files that are in the folder: !http://i.imgur.com/c9pw7ZF.jpg?1(Files)!
    Of course I've searched Google but they all say that when they open the app nothing happens. But, that's not the problem that I'm experiencing
    Btw I'm using Qt 5.3.0 and MinGW with W8 64-bit.
    So, can anyone help me or point me in the right direction. Or maybe just paste me the link of the topic with the same problem. Thanks in advance. ;)

    1 Reply Last reply
    0
    • hskoglundH Offline
      hskoglundH Offline
      hskoglund
      wrote on last edited by
      #2

      Hi, for your app to start ok, you need also to copy the platform plugin dll, it's called qwindows.dll. And you need to place that file in a subdirectory called platforms together with your .exe and .dll files (BTW they otherwise look good).
      You can read more about deploying MinGW in "my blog":http://www.tripleboot.org/?p=138#MinGW and also there's an excellent guide "here":http://qt-project.org/wiki/Deploy_an_Application_on_Windows

      1 Reply Last reply
      0
      • P Offline
        P Offline
        Piccy997
        wrote on last edited by
        #3

        hskoglund Yes, you're right. Thanks so much for helping even though I managed to fix the problem even before you replied. Have a nice day mate ;)

        Problem solved! :)

        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