当前位置: 技术问答>linux和unix
用Qt的qmake命令报错
来源: 互联网 发布时间:2017-03-21
本文导语: root@ubuntu:/nfs/zw_test/qt_test/first_lesson# /software/Qt4.4.3/builddir/sdk/qtopiacore/target/bin/qmake QMAKESPEC has not been set, so configuration cannot be deduced. Error processing project file: /nfs/zw_test/qt_test/first_lesson/first_test.pro root@ubuntu:/nfs/zw_test/qt_test...
root@ubuntu:/nfs/zw_test/qt_test/first_lesson# /software/Qt4.4.3/builddir/sdk/qtopiacore/target/bin/qmake
QMAKESPEC has not been set, so configuration cannot be deduced.
Error processing project file: /nfs/zw_test/qt_test/first_lesson/first_test.pro
root@ubuntu:/nfs/zw_test/qt_test/first_lesson#
本人在ubuntu10.04下,安装了Qt Creator,PC端可以调试我的程序,有Makefile(用gcc的),现在想用OK6410安装好的官方的Qt/E4.4.3生成Makefile失败,报错信息如上
QMAKESPEC has not been set, so configuration cannot be deduced.
Error processing project file: /nfs/zw_test/qt_test/first_lesson/first_test.pro
root@ubuntu:/nfs/zw_test/qt_test/first_lesson#
本人在ubuntu10.04下,安装了Qt Creator,PC端可以调试我的程序,有Makefile(用gcc的),现在想用OK6410安装好的官方的Qt/E4.4.3生成Makefile失败,报错信息如上
|
是的,好像装Embedded版Qt时,可能会把PC版的mkspecs弄没掉
你改用Embedded版Qt里的qmake 加上-spec参数吧
|
Qt安装目录里的mkspecs目录里 没有default文件夹吧
估计是Qt没装好或被破坏了
估计是Qt没装好或被破坏了