由于某些原因,我再也不能在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文件,但没有成功。寻找类似的帖子也很困难,因为我没有发现任何错误。
发布于 2015-08-17 21:51:24
在Qt重新安装之后,它被修复了。
https://stackoverflow.com/questions/21147117
复制相似问题