TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Qt 5.8 Alpha released

111 pointsby pyprismalmost 9 years ago

4 comments

cm3almost 9 years ago
&gt; To accommodate this, we have over the last 6 months done significant work on our build infrastructure to give our users much more fine grained control over the way how Qt is being built. This is what we called the Qt Lite Project.<p>&gt; [...]<p>&gt; From initial measurements, we expect that you will be able to reduce the size of a statically linked Qt Quick application by up to 70% compared to Qt 5.6.<p>Does this mean they fixed static linking in 5.8? It stopped working in 5.7 for some reason in most projects. With 5.6 it was easy to use cmake scripts to create statically linked applications when your Qt installation was build statically. This still worked with qmake projects in 5.7 but not cmake.<p>I kinda wish I could build a Qt installation that has dynamic libs and static archives, but it&#x27;s not possible to select that at configure time.<p>Stuff either doesn&#x27;t build or it builds and then still looks for dynamic bits since 5.7. This was fine in 5.6 AFAIR.
评论 #12430289 未加载
infinite8salmost 9 years ago
It looks like QML&#x2F;Qt Quick Controls 2 are moving becoming mobile&#x2F;embedded first, and they are recommending desktop apps stick to QtWidgets for native looking UIs.
评论 #12431416 未加载
justincliftalmost 9 years ago
The docs for it don&#x27;t seem to be on docs.qt.io. :(<p>Created a request to add them (<a href="https:&#x2F;&#x2F;bugreports.qt.io&#x2F;browse&#x2F;QTBUG-55744" rel="nofollow">https:&#x2F;&#x2F;bugreports.qt.io&#x2F;browse&#x2F;QTBUG-55744</a>), to make reading through details of the new modules easier for people.
pjmlpalmost 9 years ago
&gt; I think we need more libraries&#x2F;widgets in order for us to design native looking Android&#x2F;iOS apps.<p>So still the same &quot;do your own QML mimic of native widgets&quot;?
评论 #12429695 未加载
评论 #12429568 未加载