查看完整版本: [-- Qt 5.8 released --]

QTCN开发网 -> 新闻资讯 -> Qt 5.8 released [打印本页] 登录 -> 注册 -> 回复主题 -> 发表主题

capdi 2017-01-23 19:28

Qt 5.8 released

http://blog.qt.io/blog/2017/01/23/qt-5-8-released/

zcshou 2017-01-24 08:50
Qt Lite Project !!!!

hslm 2017-01-25 11:44
如何开启Qt Lite Project?

sevencat 2017-01-25 20:27
http://doc.qt.io/QtEnterpriseEmbedded/qt-configuration-tool.html

sevencat 2017-01-25 20:43
Qt Lite” is not a tool, but a concept that enables you to opt out of unwanted features more easily (or at all).
There is also a graphical convenience tool for selecting such feature sets, which is currently part of the “Qt for Device Creation” offering. On the command line, you can use configure’s “-feature-*” and “-no-feature-*” options.

sevencat 2017-01-25 20:43
看起来免费版是没有这个功能的。

sevencat 2017-01-25 21:03
仔细研究了下,是增加了很多宏
具体 在:
Src\qtbase\src\corelib\global\qfeatures.txt
比如说里面的FTP的特性,如果你不想要,就增加
#define QT_NO_FTP 1
这样应该就可以了。5.7.1里有个qconfig工具,直接用那个也可以生成一个头文件。

sevencat 2017-01-27 08:45
经过指点得知,我发现的这个功能早就有了...

skykingf 2017-01-31 19:36
不知道什么时候能支持C++ 0x14

tigerlfj 2017-02-13 18:54
麻烦知道一下怎么用呢?
是要编译一个自己用的特别精简的QT5.8吗?

shawind 2017-02-14 08:26
Configurability (Qt Lite project)

Qt 5.8 comes with a rewritten configuration system, that allows for easy customisation of your Qt build. The main focus of this feature is for the Device Creation, but it can also be used to tailor a Qt build for mobile or desktop. The system allows removing individual pieces of functionality and APIs from Qt, thus creating a more lightweight set of libraries for deployment.

dromedary 2017-02-14 17:48
如何开启Qt Lite Project?


查看完整版本: [-- Qt 5.8 released --] [-- top --]



Powered by phpwind v8.7 Code ©2003-2011 phpwind
Gzip disabled