qt5.9 安装mqtt模块遇到的问题:unrecognized command line option “-std=c++1z”

错误:
在这里插入图片描述

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install g++-5
sudo apt-get install c++-5

cd /usr/bin 
sudo rm gcc
sudo rm g++
sudo ln -s /usr/bin/gcc-5  ./gcc
sudo ln -s /usr/bin/g++-5  ./g++

解决:
https://blog.csdn.net/huoxingrenhdh/article/details/84030618

菜鸟,仅作自己记录

你可能感兴趣的:(学习实况)