[Topic DIscussion] 目前在deepin上使用QT开发一般使用什么版本 Resolved
Tofloor
poster avatar
菰城鸥鹭
deepin
2023-08-13 20:57
Author

目前在deepin上使用QT开发一般使用什么版本?

Reply Favorite View the author
All Replies
坚持一个中国原则
deepin
2023-08-13 21:05
#1

qmake -v

Reply View the author
菰城鸥鹭
deepin
2023-08-13 21:09
#2
坚持一个中国原则

qmake -v

用QT6.5开发的程序,在deepin20.9上兼容吗

Reply View the author
deepin
2023-08-13 21:24
#3

5.12以上版本都可以。

Reply View the author
菰城鸥鹭
deepin
2023-08-13 21:26
#4

5.12以上版本都可以。

好的,谢了

Reply View the author
Ziggy
deepin
2023-08-13 21:32
#5

系统自带5.15,其他版本可以自行编译引用

Reply View the author
fuuko
deepin
2023-08-14 00:11
#6

用系统自带的就行了,代码写好挪过来直接构建

Reply View the author
菰城鸥鹭
deepin
2023-08-14 01:05
#7
It has been deleted!
sammy-621
deepin
2023-08-14 01:20
#8

建议选择LTS版本,如Qt 5.15.2 、Qt 6.2.4 、Qt 6.5,另外,如果考虑跨平台,建议选择5.15.2,这是最后一个支持win 10以下版本的Qt了,之后的版本仅支持Win10(包括)以上,64位版本

Reply View the author
菰城鸥鹭
deepin
2023-08-14 01:40
#9
sammy-621

建议选择LTS版本,如Qt 5.15.2 、Qt 6.2.4 、Qt 6.5,另外,如果考虑跨平台,建议选择5.15.2,这是最后一个支持win 10以下版本的Qt了,之后的版本仅支持Win10(包括)以上,64位版本

好的,谢了,我现在在deepin20.9安装了开源的Qt 6.5.2,但是刚才断电了,安装终断,采用命令卸载发现搜索不到。有没有什么解决方案,是不是只有手动删除安装目录了😭

Reply View the author
sammy-621
deepin
2023-08-14 06:02
#10

按下Shift + 空格快捷键,搜索出Qt Maintenance Tool ,通过它来进行维护
image.png

Reply View the author
菰城鸥鹭
deepin
2023-08-14 17:40
#11
sammy-621

按下Shift + 空格快捷键,搜索出Qt Maintenance Tool ,通过它来进行维护
image.png

好的,谢谢

Reply View the author
depend
deepin
2023-08-14 18:34
#12

无论用什么开发,要清楚自己的需求。整个5.10-5.15的差距不大,但是很多时候为了满足低发行版,我一般会在5.15开发,但是会尝试在5.6(ubuntu16) 5.9.5(ubuntu18) 5.11.3(debian10)等版本编译,向下兼容,因为在5.6编译的软件可能能在5.15跑,但是5.15编译的,一定不能再低版本跑,但是有些功能5.6之类的函数都没有,自然肯定选择更新的qt版本开发,但是只是很简单的软件,低版本也未尝不可,随着时间推移,低版本会慢慢淘汰,debian10以下的发行版都不维护了,源都没有

Reply View the author