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. this application failed to start because it could not find or load the qt platform plugin windows

this application failed to start because it could not find or load the qt platform plugin windows

Scheduled Pinned Locked Moved General and Desktop
4 Posts 4 Posters 2.4k 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.
  • P Offline
    P Offline
    PanKamil897
    wrote on last edited by PanKamil897
    #1

    I used latest QT MSCV 2013 compiler. (release)

    I copied from mscv2013 directory "platforms" and paste to /release/plugins/ - there is qwindows.dll

    My files:
    -plugins
    --platforms
    ---qwindows.dll
    app.exe
    Qt5Gui.dll
    Qt5Widgets.dll
    Qt5Core.dll
    libEGL.dll
    libGLESv2.dll
    icudt53.dll
    icuin53.dll
    icuuc53.dll
    and msdvc redits..

    I have this error on other pcs (on my pc work)
    this application failed to start because it could not find or load the qt platform plugin windows

    Screen:
    https://screenshootereu.blob.core.windows.net/engine4files/vpbuxqnmrobdcpcrpitjjomlljatxjokghmavwujbghcypokaqhsknbgcqjnptohzqwvcbwtojidhkmwvqtgcwatfgxemgthrzch

    Please help, thanks./

    1 Reply Last reply
    0
    • sneubertS Offline
      sneubertS Offline
      sneubert
      wrote on last edited by sneubert
      #2

      https://forum.qt.io/topic/52069/can-not-find-windows-platform/2

      1 Reply Last reply
      0
      • R Offline
        R Offline
        Rondog
        wrote on last edited by
        #3

        If your directory tree includes 'plugins' this is likely the problem. The individual plugin folders should be immediately below the application:

        <app.exe>
        <Qt5*.dll>
        <lib*.dll>
        [platforms]/<qwindows.dll>
        [imageformats]/<qtiff.dll>
        ...
        
        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi,

          Have a look at this fine wiki entry for Windows deployment

          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