我試圖通過在Microsoft Windows 7
平臺打字make
建立一個Qt工程,但得到如下:的Qt - 建設項目
mingw32-make' is not recognized as an internal or external command, operable program or batch file.
這是爲什麼?我怎樣才能建立這個項目?
謝謝。
我試圖通過在Microsoft Windows 7
平臺打字make
建立一個Qt工程,但得到如下:的Qt - 建設項目
mingw32-make' is not recognized as an internal or external command, operable program or batch file.
這是爲什麼?我怎樣才能建立這個項目?
謝謝。
您應該使用Qt SDK中的Qt命令提示符。
它會自動爲您設置正確的環境變量。
+1:Qt SDK附帶這個快捷方式是有原因的。它會自動設置環境以使用包含的mingw工具鏈。 – rubenvb 2011-02-25 21:21:40
或者只是設置'PATH =%PATH%; c:\ mingw \ bin' ... – 2011-02-25 14:23:27