[Repository/Mirror] 应用商店内的 cmake 3.13 与Qtcreator 4.82 版本不兼容
Tofloor
poster avatar
hehaoslj
deepin
2022-01-28 16:51
Author

应用商店 qtcreator

Qt Creator 5.0.0-beta1 (4.82.0)

需要cmake 3.14版本以上

应用商店cmake 3.13.4-1

最后只能从cmake观望下载最3.22版手动安装

截图_选择区域_20220128085044.png
截图_选择区域_20220128085005.png

Reply Favorite View the author
All Replies
忘记、过去
deepin
2022-01-28 16:57
#1

sudo apt install cmake qtcreator

真的有人会从商店装开发环境吗......

Reply View the author
hehaoslj
deepin
2022-01-28 17:22
#2
忘记、过去

sudo apt install cmake qtcreator

真的有人会从商店装开发环境吗......

sudo apt list cmake
正在列表... 完成
cmake/未知 3.13.4.1+rb2-1+eagle amd64
cmake/未知 3.13.4.1+rb2-1+eagle i386

apt 源里面的cmake版本就是3.13.4-1; 所以还是有冲突的

Reply View the author
忘记、过去
deepin
2022-01-28 17:31
#3
hehaoslj

sudo apt list cmake
正在列表... 完成
cmake/未知 3.13.4.1+rb2-1+eagle amd64
cmake/未知 3.13.4.1+rb2-1+eagle i386

apt 源里面的cmake版本就是3.13.4-1; 所以还是有冲突的

源里面有匹配版本的 qtcreator 4.8.2

Reply View the author
hehaoslj
deepin
2022-01-28 17:36
#4
忘记、过去

源里面有匹配版本的 qtcreator 4.8.2

即是应用商店的锅,也是我手残,先从商店里面安装了qtcreator,里面升级了qt版本,却没有对应升级cmake版本,使用时才发现版本兼容性问题

Reply View the author
忘记、过去
deepin
2022-01-28 19:05
#5
hehaoslj

即是应用商店的锅,也是我手残,先从商店里面安装了qtcreator,里面升级了qt版本,却没有对应升级cmake版本,使用时才发现版本兼容性问题

商店上架的版本是社区大佬自己编译上架的,当初为了解决社区版 qtcreator 4.8.2 无法正常打开 ui 文件的问题,但是 cmake 版本要求高,一直有这个问题。

后来 4.8.2 重新编译推仓之后能打开 ui 文件了,但是商店上架的这个没动......

Reply View the author
瞿华(roy)
deepin
2022-01-28 20:24
#6

深度带的qtcreator早就该升级了呀,4.8.2太老了

是不推荐用qt开发吗?

Reply View the author
忘记、过去
deepin
2022-01-29 00:28
#7
瞿华(roy)

深度带的qtcreator早就该升级了呀,4.8.2太老了

是不推荐用qt开发吗?

系统仓库的应用版本都是和 Debian 10 上游同步的。商店里的 qtcreator 倒是可以自己打包上架......

Reply View the author
sudo_free
deepin
2022-01-29 00:31
#8
pip3 install cmake

qt 4.8没看懂,商店里还有这版本?

Reply View the author