ubuntu1204 环境下QT5.3运行QML程序时出现错误:
fatal error: GL/gl.h: No suchfile or directory
解决方法:
sudo apt-get update
sudo apt-get install libglu1-mesa-dev
再次运行:
QML debugging is enabled. Only use this in a safe environment.
成功。
如何在Ubuntu QML应用中进行语言录音:http://www.linuxdiyf.com/linux/12414.html
如何在QML应用中在触屏的时候感知触觉:http://www.linuxdiyf.com/linux/12271.html
如何在qmake项目中在QML语言中调用C++代码:http://www.linuxdiyf.com/linux/12105.html
Qt5.5和PyQt5.5在UbuntuKylin15.04的快速安装脚本:http://www.linuxdiyf.com/linux/13046.html
linux下Qt环境的搭建:http://www.linuxdiyf.com/linux/13770.html