摘要: 创建项目遇到了以下提示: Please add a kit in the options or via the maintenance tool of the SDK 解决方法: 在指定的工具链中设置qmake的路径到QTversion就可以了。 *如果不清楚自己的qmake在哪里:使用 where 阅读全文
posted @ 2019-09-18 16:01 schips 阅读(12902) 评论(0) 推荐(1)
摘要: 解决找不到mkfs.ubifs命令 ubuntu 版本:14.04 sudo apt-get update sudo apt-get install mtd-utils sudo apt-get install zlib sudo apt-get install lzop(有些可能是lzo) 阅读全文
posted @ 2019-09-18 11:18 schips 阅读(1263) 评论(0) 推荐(0)