cmake 编译 QT程序 linux

编译条件

Linux 以ubuntu 16.04为例

1. 安装QT SDK Qt 5.14.2

qt-opensource-linux-x64-5.14.2.run

命令行到文件的目录下面运行 ./qt-opensource-linux-x64-5.14.2.run 进入向导安装

帐号密码自行去注册

组件根据需要自行选择

图片[1]-cmake 编译 QT程序 linux-趣考网

2. 安装cmake

执行程序安装

3.编译程序

设置QT SDK路径

set(tmp1_path \"/opt/Qt5.14.2/5.14.2/gcc_64/\")

set(tmp2_path \"/opt/QT/5.14.2/gcc_64/\")

这两个路径中如果包含了就不设置,否则修改其中一个。脚本中会通过if判断语句进行配置。

图片[2]-cmake 编译 QT程序 linux-趣考网

编译

1. mkdir build ; cd build

2. cmake -DCMAKE_TOOLCHAIN_FILE=../plat/linux_x86.cmake ..

3. make -j

© 版权声明
THE END
喜欢就支持一下吧
点赞11 分享