Changes between Version 8 and Version 9 of FAQ_runtime


Ignore:
Timestamp:
03/04/14 11:48:37 (10 years ago)
Author:
Marek Kurdej
Comment:

Qt5 platforms

Legend:

Unmodified
Added
Removed
Modified
  • FAQ_runtime

    v8 v9  
    4747X. Check if the application, the **plugin and its dependencies** have been **built in the same release/debug version.**
    4848X. Check if the application, the **plugin and its dependencies** have been **built using the same compiler version.** (Windows) Look for dependent DLLs like ```MSVCP110.dll``` or ```MSVCR110.dll```, check that the version, here 11.0, corresponds with your compiler and the version used by other DLLs.
     49
     50
     51== (Windows) Qt 5 cannot find platform plugin "windows ==
     52=== Error message ===
     53[[Image(qt5-platform-plugin-windows)]]
     54
     55=== Solution ===
     56
     57Copy folder "%QT_DIR%\plugins\platforms" to the folder where your application is executed (so that it has a subfolder "platforms".