安裝的qt 執行程式出現錯誤 解決辦法

2021-06-11 20:22:59 字數 709 閱讀 5266

當我執行程式是總是出現這樣的錯誤 ,經過查詢最終發現是環境變數的問題。估計很多初學者在這都會出現問題 今天就按照我的解決辦法希望能對你們有用

g++.exe: ..draggableiconsdragwidget.cpp: no such file or directory

g++.exe: no input files

mingw32-make[1]: *** [debug/dragwidget.o] error 1

mingw32-make: *** [debug] error 2

程序"e:\qtsdk\mingw\bin\mingw32-make.exe"退出,退出** 2 。

構建專案draggableicons 時發生錯誤 (目標: 桌面)

當執行構建步驟 'make'時

我的qt是安裝在c盤

在qt介面的「專案」中 選擇環境變數裡新增

c:\qtsdk\mingw;c:\qtsdk\mingw\bin;c:\qtsdk\desktop\qt\4.8.1\mingw\lib;c:\qtsdk\desktop\qt\4.8.1\mingw\bin

或者c:\qtsdk\qt-dll;c:\qtsdk\mingw;c:\qtsdk\mingw\bin;c:\qtsdk\desktop\qt\4.8.1\mingw\lib;c:\qtsdk\desktop\qt\4.8.1\mingw\bin

希望能對你們有用

QT出現錯誤 解決方案

15 14 05 為專案demo 1執行步驟 15 14 05 could not create directory d qtdemo error in util.asciify build demo 1 desktop qt 5 6 2 mingw 32bit debug typeerror pr...

QT出現「查詢 新增槽錯誤」解決方法

出現 the class containing ui mainwindow could not be found in e qtproject osgprojects 2020 810 demo mainwindow.h e qtproject osgprojects 2020 810 demo f...

golang操作redis出現的錯誤解決

1 failed redigo unexpected type for string,got type int64 解決 操作incr,incrby,decr,decyby時,不需要加上redis.string,因為操作型別是int64型別,加上redis.string,型別不相符合 2 canno...