CubieBoard中文论坛

 找回密码
 立即注册
搜索
热搜: unable
查看: 7390|回复: 4

QT4-qmake QApplication: No such file or directory

[复制链接]
发表于 2015-1-12 21:49:30 | 显示全部楼层 |阅读模式
本帖最后由 liujuan 于 2015-1-12 21:51 编辑

安装Qt屡次失败后,我尝试了利用ubuntu的sudo apt-get install qt4-qmake ,安装成功后做了个测试,写了个hello程序。qmake -project 和 qmake test.pro也顺利通过了,但是make 失败了。
root@cubieboard2:/home/linaro/mywork/test# make
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o hello.o hello.cpp
hello.cpp:1:24: fatal error: QApplication: No such file or directory
compilation terminated.
这个应该是找不到qt库,不知道下一步该怎么修改,求教{:soso_e101:}
我需要把自己编译的lib库添加到哪里呢?解答越详细越好,谢谢大家了


回复

使用道具 举报

发表于 2015-1-13 09:10:32 | 显示全部楼层
你应该安装qt4-sdk
相关的包就都有了

不过debian系好像没有qt4-sdk
试试install libqt4-dev

评分

参与人数 1威望 +1 金钱 +1 收起 理由
yuanwf + 1 + 1 赞一个!

查看全部评分

回复 支持 反对

使用道具 举报

发表于 2015-1-13 09:33:32 | 显示全部楼层
In your .pro file:
QT += core gui widgets
And it should work. If not, then add this include:
#include <QtWidgets/QApplication>
回复 支持 反对

使用道具 举报

 楼主| 发表于 2015-1-13 09:40:32 | 显示全部楼层
wencan 发表于 2015-1-13 09:10
你应该安装qt4-sdk
相关的包就都有了

太感谢了,正在安装中,找到了libqt4-dev
回复 支持 反对

使用道具 举报

 楼主| 发表于 2015-1-13 19:04:01 | 显示全部楼层
lin 发表于 2015-1-13 09:33
In your .pro file:
QT += core gui widgets
And it should work. If not, then add this include:

3Q已经解决啦
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|粤ICP备13051116号|cubie.cc---深刻的嵌入式技术讨论社区

GMT+8, 2024-11-23 13:21 , Processed in 0.023570 second(s), 16 queries .

Powered by Discuz! X3.4

© 2001-2012 Comsenz Inc. | Style by Coxxs

返回顶部