QT5安装(null)

  • QT5 uboot安装

参考:http://askubuntu.com/questions/279421/how-can-i-install-qt-5-x-on-12-04-lts

sudo apt-get install qtcreator

You can usually do this with the following commands:

sudo apt-add-repository ppa:ubuntu-sdk-team/ppa
sudo apt-get update

The next step is to install the necessary packages for Qt5 / QML 2.0 development. You can do that by running these command:

sudo apt-get install qtdeclarative5-dev

This will install the headers / libraries necessary for development with desktop Qt and QML. You will also probably want to grab the latest release of Qt Creator from this page.

I‘ve found that Qt Creator sometimes has problems finding your new Qt5 installation. If that is the case, perform these steps:

  1. open it up and go to Tools->Options

  2. click the "Build & Run" section in the left menu
  3. click the "Qt Versions" tab
  4. click "Add..." and enter the location that corresponds with your OS:
    32-bit: /usr/lib/i686-linux-gnu/qt5/bin/qmake
    64-bit: /usr/lib/x86_64-linux-gnu/qt5/bin/qmake
  • 安装包方式安装QT5.0

1、下载源:http://mirrors.hust.edu.cn/qtproject/archive/qt/5.1/5.1.0/qt-linux-opensource-5.1.0-x86-offline.run

2、开始安装:

null@dev:~/echo$ ./qt-linux-opensource-5.1.0-x86_64-offline.run

如果遇到权限问题请按如下操作:

null@dev:~/echo$ chmod +x ./qt-linux-opensource-5.1.0-x86_64-offline.run
null@dev:~/echo$ sudo ./qt-linux-opensource-5.1.0-x86_64-offline.run

3、选择安装路径为 /home/null/qt/qt5.1.0

4、在本地资源搜索并打开QTcreater

5、更改QTGCC

  • Gcc路径

a、查看编译器路径:

null@dev:~$ echo $PATH
/home/null/fsl-release-bsp/build-x11/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi:/home/null/bin:/home/null/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games

b、在qtcreater设置编译器路径:

/home/null/fsl-release-bsp/build-x11/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc

6、源文件目录:

file:///home/null/fsl-release-bsp/build-x11/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/quitbattery/1.0.0-r0/QUItBattery_1.0.0
  • 交叉编译环境出现错误:

error tips:
Non-installed -prefix bulid -for internal development only.
No qmlscent installed.
No qmlviewer installed.
时间: 2024-10-12 03:15:25

QT5安装(null)的相关文章

Ubuntu下的Qt5安装

前提 首先,gcc是少不了的,先用命令“gcc -version”检查一下安装了没. 倒不是说没有装gcc就装不了Qt,而是先装了gcc以后,在Qt安装过程中可以自动检测到编译环境,省去安装完成后的配置工作(虽然也不麻烦). 下载文件 qt-opensource-linux-x64-5.14.1.run 推荐在Windows平台下使用下载工具(如迅雷等)下载,地址是: http://download.qt.io/archive/qt/5.14/5.14.1/qt-opensource-linux

linux qt5安装

1.先装qt包 qt-opensource-linux-x64-5.14.1.run 2. 直接运行? 启动和运行是没问题,但是想编译项目是不行滴.可以试试创建一个项目 创建项目后build,就会碰到这个Could not start process "make" qmake_all问题(中间还有很多字,和项目路径名称有关) 解决方案:sudo apt-get install build-essential 再试试?继续报错could not find -lGL 解决方案:sudo a

QT5安装及简单实用-01

下载地址:http://qt-project.org/downloads 版本选择: 刚开始我安装的是第一版本,运行一个程序 报错!说编译器没配置,可能需要安装msvc2012 才好使吧,我没试过. 最后,我安装的是mingw版本,并且 有安装了mingw(首先安装),这样就OK 我的系统 win7 64

deepin下安装Qt5&以及部分问题解决

deepin安装Qt5 1 deepin商店里的Qt5版本太低,可以直接下载官方的Qt5安装包: 官方下载渠道:http://www.qt.io/download-open-source/ 离线镜像下载渠道:http://download.qt.io/official_releases/qt/(推荐) 2 下载完成,打开终端,输入命令:"sudo chmod -R 777 qt-opensource-linux-x64-5.13.2.run",(本人下载的是qt-opensource-

Ubuntu18.04安装QT5

1.下载QT5 [以5.14.0为例] https://mirrors.tuna.tsinghua.edu.cn/qt/archive/qt/ 2.赋予可执行权限,并打开可视化界面 cd ×××××××chmod +x qt-opensource-linux-x64-5.14.0.runsudo ./qt-opensource-linux-x64-5.14.0.run 按自己需求一步一步安装即可: 3.设置环境变量 ①修改default.conf sudo gedit /usr/lib/x86_

Java系列: 如何在Eclipse中安装Memory Analyzer插件

一.找到eclipse的插件安装对话框: help->install new software ->work with 二.输入Memory Analyzer的安装路径 具体可以到http://www.eclipse.org/mat/downloads.php 去找 我安装的时候的版本是1.6.1,如下 三.开始安装     null

OSG+QT5+vs2010编译

OSG+QT5+vs2010编译 作者:[email protected]  本文属于原创,转载请注明出处. 由于网上没有找到关于编译QT5环境下的OSG,自己就研究了下,记录下整个过程,希望能帮到大家. 1. 准备工作 下载源代码: A.openscenegraph 3.2.1(当前最新的realease版本) http://www.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-3.2.1.zip B.osg-3r

SDN环境下安装Wireshark 2.2.5(问题汇总)

本文用到的软件及其版本如下: FVMware Workstation 12.5.5 build-5234757 F Mininet镜像:mininet-2.2.2-170321-ubuntu-14.04.4-server-amd64 FOpenDayLight(硼Boron版本0.5.2)即karaf-0.5.2-Boron-SR2 F Wireshark软件:wireshark-2.2.5 F操作系统:windows10 延续上一篇文章<Mininet+Opendaylight+Wiresha

在Ubuntu下面编译WizNote Qt Project

编译环境 Ubuntu 12.04 (32或者64位) 安装Git sudo apt-get install git 安装编译工具 sudo apt-get install build-essential 安装cmake sudo apt-get install cmake 安装qt4 sudo apt-get install libqt4-devsudo apt-get install qtcreator 注意: 目前暂时不支持Qt5 安装zlib sudo apt-get install z