由于某些原因,我无法在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
并且它会永远持续......
我当然尝试过清理,重建,删除整个构建目录,再次删除和配置.pro.user文件,但没有运气。我也很难找到类似的帖子,因为我没有错误。
答案 0 :(得分:0)
重新安装Qt后,它已修复。