博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Centos6.5 Qt4开发 Cannot find -lGL QApplication not file or dir
阅读量:5817 次
发布时间:2019-06-18

本文共 777 字,大约阅读时间需要 2 分钟。

1,QApplication 头文件不存在

qt4是基于offline 包安装的,而OS系统默认已经安装qt3

/usr/bin/ld: cannot find -lGL

yum -y install libGL libGL-devel;

开发环境首先要做的是gnome,vncserver,(for Centos6.5);

Qt 环境变量配置

#QT PATH  

QTDIR=/opt/Qt5.4.1
PATH=$QTDIR/5.4/gcc_64/bin:$PATH:$HOME/bin:$QTDIR/Tools/QtCreator/bin
MANPATH=$QTDIR/doc/man:$MANPATH
LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
export PATH QTDIR MANPATH LD_LIBRARY_PATH  
unset USERNAME

 

Qt调试

Qt: XKEYBOARD extension not present on the X server.

process 13438: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/var/lib/dbus/machine-id": No such file or directory
See the manual page for dbus-uuidgen to correct this issue.
  D-Bus not built with -rdynamic so unable to print a backtrace
Aborted

Centos设置gcc /g++ include

 

转载地址:http://hoqbx.baihongyu.com/

你可能感兴趣的文章
感悟贴2016-05-13
查看>>
参加婚礼
查看>>
Java重写equals方法和hashCode方法
查看>>
Spring ’14 Wave Update: Installing Dynamics CRM on Tablets for Windows 8.1
查看>>
MySQL 备份与恢复
查看>>
TEST
查看>>
PAT A1037
查看>>
(六)Oracle学习笔记—— 约束
查看>>
[Oracle]如何在Oracle中设置Event
查看>>
top.location.href和localtion.href有什么不同
查看>>
Gradle之module间依赖版本同步
查看>>
java springcloud版b2b2c社交电商spring cloud分布式微服务(十五)Springboot整合RabbitMQ...
查看>>
Windwos Server 2008 R2 DHCP服务
查看>>
d3 v4实现饼状图,折线标注
查看>>
微软的云策略
查看>>
Valid Parentheses
查看>>
ES6的 Iterator 遍历器
查看>>
2019届高二(下)半期考试题(文科)
查看>>
nginx 301跳转到带www域名方法rewrite(转)
查看>>
AIX 配置vncserver
查看>>