0
由於某種原因,我無法在Qt中爲Android編譯了。使用相同的編譯器編譯桌面仍然有效。Qt Android項目突然無法編譯
我得到這個 「錯誤」:
20:59:17: Running steps for project Test...
20:59:17: Configuration unchanged, skipping qmake step.
20:59:17: Starting: "C:\Qt\Qt5.2.0.Android.win32.2nd\Tools\mingw48_32\bin\mingw32-make.exe"
C:\Qt\Qt5.2.0.Android.win32.2nd\5.2.0\android_armv7\bin\qmake.exe -spec android-g++ CONFIG+=debug CONFIG+=declarative_debug CONFIG+=qml_debug -o Makefile ..\trunk\Test.pro
C:\Qt\Qt5.2.0.Android.win32.2nd\5.2.0\android_armv7\bin\qmake.exe -spec android-g++ CONFIG+=debug CONFIG+=declarative_debug CONFIG+=qml_debug -o Makefile ..\trunk\Test.pro
C:\Qt\Qt5.2.0.Android.win32.2nd\5.2.0\android_armv7\bin\qmake.exe -spec android-g++ CONFIG+=debug CONFIG+=declarative_debug CONFIG+=qml_debug -o Makefile ..\trunk\Test.pro
C:\Qt\Qt5.2.0.Android.win32.2nd\5.2.0\android_armv7\bin\qmake.exe -spec android-g++ CONFIG+=debug CONFIG+=declarative_debug CONFIG+=qml_debug -o Makefile ..\trunk\Test.pro
C:\Qt\Qt5.2.0.Android.win32.2nd\5.2.0\android_armv7\bin\qmake.exe -spec android-g++ CONFIG+=debug CONFIG+=declarative_debug CONFIG+=qml_debug -o Makefile ..\trunk\Test.pro
C:\Qt\Qt5.2.0.Android.win32.2nd\5.2.0\android_armv7\bin\qmake.exe -spec android-g++ CONFIG+=debug CONFIG+=declarative_debug CONFIG+=qml_debug -o Makefile ..\trunk\Test.pro
C:\Qt\Qt5.2.0.Android.win32.2nd\5.2.0\android_armv7\bin\qmake.exe -spec android-g++ CONFIG+=debug CONFIG+=declarative_debug CONFIG+=qml_debug -o Makefile ..\trunk\Test.pro
並繼續永遠...
我當然有試過乾淨,重建,刪除整個build目錄,刪除和配置的.pro。用戶文件,但沒有運氣。搜索類似的帖子也很困難,因爲我沒有錯誤。
嘗試創建一個新項目並導入文件,但仍然是相同的。我目前正在重新安裝Qt。 – Phat
重新安裝固定它。 – Phat