VS中呼叫QT出現This application failed to start because it could not find or load the Qt platform plugin
最近在跑一個程式碼,很蛋疼,是在VS上調QT的(我不知道啥是QT,沒學過),於是就出問題了。Debug上跑沒問題,放到release下就出問題了,給我報了一個錯叫This application failed to start because it could not find or load the Qt platform plugin “windows” in “”.
我查了一晚上,總結一些解決方法。
設定環境變數和調庫
https://blog.csdn.net/qq_35488967/article/details/78504392
這個方法並沒有解決我的問題,給我報了個提示說找到幾個庫了。
使用QT自帶工具檢索缺失dll(我的方法,強烈建議)
https://www.cnblogs.com/kuangke/p/10862103.html
簡單的說就是QT自帶了個可執行檔案windeployqt.exe,能夠將指定exe檔案所需的QT檔案copy到該exe檔案所在目錄下。
windeployqt.exe位於:
\Qt\QtX.X.X\X.X.X\msvcXXXX\bin\windeployqt.exe
所以直接用cmd開啟使用
使用的格式是
windeployqt.exe .exe檔案絕對路徑
然後我的問題順利解決,我用的是VS2017,我看網上很多方法都是VS2015及以前的,感覺可能有些老了,所以希望可以幫助到朋友們。
相關文章
- This application failed to start because it could not find or load the Qt platform plugin “windows“APPAIQTPlatformPluginWindows
- Application failed to start because it could not find or load the QT platform plugin “windows”APPAIQTPlatformPluginWindows
- 排查qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.QTPluginPlatform
- 錯誤 qt.qpa.plugin: Could not find the Qt platform plugin “windows“ in ““ 的解決方法QTPluginPlatformWindows
- 解決Qt編譯動態連結庫could not find or load the Qt platform plugin "windows" in.問題QT編譯PlatformPluginWindows
- vs中qt察看輸出QT
- Qt學習--Qt Plugin建立及呼叫2(外掛管理器)QTPlugin
- qt呼叫js,js呼叫qtQTJS
- Qt自定義外掛plugin的開發和呼叫QTPlugin
- VS+QT程式釋出QT
- Qt 之 執行Qt Creator出現cannot find -lGL的問題的兩種解決QT
- How to Restart Qt ApplicationRESTQTAPP
- Qt入門(13)——Qt的呼叫退出QT
- Application_End Application_Start 呼叫APP
- Qt Application Menu In Window and MacQTAPPMac
- Qt DLL總結【二】-建立及呼叫QT的 DLLQT
- 【轉】qt-vs-addin:Qt4和Qt5之VS外掛如何共存與使用QT
- QT中QProcess呼叫命令列的痛苦經歷QT命令列
- sqlserver bulk insert報錯Cannot bulk load because the file could not be opened.SQLServer
- Qt開發Activex筆記(二):Qt呼叫Qt開發的Activex控制元件QT筆記控制元件
- QT中namespaceQTnamespace
- QT程式設計------VS2012配置QT環境,QT入門程式設計QT程式設計
- 什麼是qt,QT Creator, QT SDK, QT DesignerQT
- 29.qt quick-在QML中呼叫C++類QTUIC++
- RedHat 5.4啟動圖形介面出現Could not start the X ServerRedhatServer
- Qt Creator 4.9 釋出QT
- 詳解 Qt 呼叫 DLL功能函式QT函式
- Gentoo startx出現Failed to load module問題解決AI
- Qt入門(9)——Qt中的執行緒支援QT執行緒
- Qt 中實現非同步雜湊器QT非同步
- Qt5.3 列印示例時出現錯誤QT
- Qt處理中文編碼出現錯誤QT
- java編譯 Error: Could not find or load main class java執行包main方法Java編譯ErrorAI
- Qt中多個原始檔中呼叫同一引數或物件等QT物件
- centos7 qt之程式編譯 cant start process “cmake”CentOSQT編譯
- Node.js中Qt擴充套件模組Node-QtNode.jsQT套件
- QT如何打包釋出的QT
- QT中文編譯出錯QT編譯