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
- 排查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
- VS+QT程式釋出QT
- How to Restart Qt ApplicationRESTQTAPP
- Qt自定義外掛plugin的開發和呼叫QTPlugin
- Qt Application Menu In Window and MacQTAPPMac
- sqlserver bulk insert報錯Cannot bulk load because the file could not be opened.SQLServer
- Qt開發Activex筆記(二):Qt呼叫Qt開發的Activex控制元件QT筆記控制元件
- VS2022建立QT專案QT
- pycharm出現Git Pull Failed: Could not read from remote repository.PyCharmGitAIREM
- QT中namespaceQTnamespace
- linux下qt用c++呼叫pythonLinuxQTC++Python
- 29.qt quick-在QML中呼叫C++類QTUIC++
- Qt Creator 4.9 釋出QT
- Qt處理中文編碼出現錯誤QT
- 安裝MySQL出現Job for mysqld.service failed because the control process exited with error codeMySqlAIError
- Qt 中實現非同步雜湊器QT非同步
- QT6編寫外部庫並呼叫QT
- Qt Android 實現全屏QTAndroid
- QT實現ping功能QT
- 【Visual Leak Detector】QT 中 VLD 輸出解析(一)QT
- 【Visual Leak Detector】QT 中 VLD 輸出解析(二)QT
- 【Visual Leak Detector】QT 中 VLD 輸出解析(四)QT
- Qt中多個原始檔中呼叫同一引數或物件等QT物件
- QT中文編譯出錯QT編譯
- QT如何打包釋出的QT
- 在QT C++中呼叫 Python並將軟體打包釋出(裸機可執行)QTC++Python
- Qt4.8.5 + VS2010 學習筆記QT筆記
- 真機除錯出現 application installation failed 錯誤 解決方案除錯APPAI
- QTQT
- Flask擴充套件包安裝出現錯誤:Could not find a version that satisfies the requirement ...Flask套件UIREM
- Qt Creator匯入不同Qt版本QT
- qt 打包釋出 獲取dllQT
- Qt 專案的打包釋出QT