Qt (64-bit)

最新版本 Qt 5.7.1 (64-bit)

Qt 5.7.1 (64-bit)

Qt 5.7.1 (64-bit)
Qt 64 位是創建創新設備,現代用戶界面和應用程序的更快,更智能的方式。應用程序的多個屏幕。創建功能強大的應用程序和用戶界面,可以在任何屏幕和任何平台上運行 Qt 應用程序開發.

建立您的世界
“我們相信,要成功實施桌面,多屏幕和物聯網戰略,您需要在不犧牲的情況下實現卓越的上市時間這意味著您可以擁有一個超越您的客戶期望的獨特而現代化的用戶界面,並且能夠在所有用戶的屏幕上運行,無論平台選擇如何,都可以將它們連接到服務的世界,當然,性能,沒有小的任務...... 除非你使用 Qt。“

跨平台沒有權衡
我們確保你只需要為你的 Qt 64 位應用程序編寫和維護一個代碼庫,它將運行在所有領先的桌面,移動和嵌入式平台。我們知道這不僅僅是代碼。我們並沒有忘記您還需要具有可以簡化您的軟件開發的功能的工具.

Design,Code,Debug& amp; 快速部署
功能滿足生產力– Qt 開發速度很快,因為它有一整套高度直觀和模塊化的 C ++ 庫類,聲明式的“Qt Quick” UI 技術和生產性專業工具。所有平台上的快速原型設計都非常簡單。創建具有令人驚嘆的用戶界面和本地性能的軟件,無需重寫即可運行.

Qt 用於設備創建預構建軟件堆棧
您可以編寫和回收 Qt 應用程序和設備用戶界面代碼,以在所有主要的嵌入式操作系統(包括 RTOS)上運行。我們已經包含了一個預先構建的 Qt 優化的軟件堆棧,以便立即開始在真實設備上進行原型設計。 Qt 可以配置為運行在大量的硬件架構和配置上,使 Qt 成為物聯網戰略的面向未來的技術.

ScreenShot

軟體資訊
檔案版本 Qt 5.7.1 (64-bit)

檔案名稱 qt-opensource-windows-x86-msvc2015_64-5.7.1.exe
檔案大小 923 MB
系統 Windows XP64 / Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 開源軟體
作者 The Qt Company
官網 https://www.qt.io/Product/
更新日期 2016-12-14
更新日誌

What's new in this version:

QTCORE:
- QLockFile: Fixed permissions on lock files on Unix to allow for adjustments via umask
- QMimeType: QMimeType::comment() now uses the default locale rather than system locale, so that applications can control which language is being used
- QUrl: QUrl::resolved() no longer treats a URL with a scheme as a relative URL if it matches this URL's scheme. For now it still treats "file:name.txt" as relative for compatibility, but be warned that in Qt 5.8 it will no longer consider those to be relative. Both isRelative() and RFC 3986 say that such URLs are not relative, so starting from Qt 5.8, resolved() will return them as is
- QXmlStreamReader: Fixed a bug in the XML parser that prevented to load XML that contained invalid characters for XML 1.0
- QXmlStreamWriter: Fixed a bug that prevented the generation of valid XML files when using encoding with 8 bit per character but not ASCII compatible. QXMLStreamWriter generated XML markup using always ASCII in this case

QTGUI:
- QGuiApplication: Fixed a bug that would cause QGuiApplication::sync() to be left undefined for Qt builds without session management support
- QIconLoaderEngine: Fixed theme lookup for scalable entries
- QTextDocument: Fixed a bug that would return a wrong position when searching backward from the end of the document
- Text: Fixed a performance regression in Freetype engine that was introduced in Qt 5.5
- Text: Fixed a crash that could happen if you were doing many different text layouts with different fonts and superscript or subscript alignment
- Text: Fixed bug where a QTextLayout with ShowLineAndParagraphSeparators would modify the layout's input string
- Text: Fixed performance regression when rapidly switching between a large set of fonts

QTNETWORK:
- QSslSocket: Fixed a bug in SecureTransport backend that would cause a memory usage growth in case 'readBufferMaxSize' is set
- QSslSocket: Fixed a bug in SecureTransport backend where transmit was using invalid SSL context and reporting (incorrectly) some irrelevant errors as a result

QTSQL:
- Fixed QSqlQuery::prepare value truncation error when using UNSIGNED values in a MySQL database

QTWIDGETS:
- QAbstractItemDelegate: Show localized detailed tooltips and "What's this?" texts
- QTreeView: Fixed a key navigation bug when the columns were reordered

CONFIGURE & BUILD SYSTEM:
- Fixed Fontconfig vs. system FreeType configuration
- Fixed detection of GLX with -qt-xcb
- [Windows] The configure.exe bootstrapping now prefers cl over clang-cl, to avoid header incompatibility problems
- Fixed missing plugins.qmltypes files in static builds
- Fixed dynamic library support detection for platforms without libdl
- Fixed running of configure tests outside qtbase when cross compiling on Windows (for example for Android)
- The flags supplied by the configure -D/-I/-L/-l options are now applied after Qt's own flags. This helps in some cases when the provided paths contain files which conflict with the Qt build
- Fixed linkage of QML plugins in static prefix builds
- [Unix] Fixed -no-pkg-config being ignored by some configure tests, which led to build failures later on
- Fixed configure tests outside qtbase when $MAKEFLAGS contains the -i flag
- [Android] Some unused plugins are not built anymore
- [MinGW] Added support for -separate-debug-info
- [Unix] Added configure -no-opengles3 option
- [Unix] Fixed MySQL detection/use on RHEL 6.6

QMAKE:
- Fixed nested custom functions inheriting their callers' arguments
- [MSVC] Started using separate PDB files for compiling and linking
- [Darwin] Fixed installation of debug symbols
- Various QMAKE_EXTRA_COMPILERS' .depends entries are now appended to rather than overwritten
- [MSys/Apple] Fixed detection of QMAKE_DEFAULT_{INC,LIB}DIRS
- Fixed access to freed memory in $$absolute_path()
- The obsolete -target xp is now properly rejected
- [nmake] _WINDLL is now automatically defined when building a DLL, consistently with Visual Studio
- Fixed build of projects with spaces in the source or build path against static builds of Qt
- [Xcode] Fixed support for Xcode 8
- [MinGW] Fixed -release -force-debug-info missing both optimization and debug info
- Fixed several cases where the error() function would not abort qmake
- Interrupting a command run via system() will now abort qmake as well
- The packagesExist() function will now warn when used when Qt was configured with -no-pkg-config
- [Android] The default compiler flags were adjusted to match newer NDK versions
- [Darwin] Fixed detection of QMAKE_DEFAULT_INCDIRS
- [Darwin][make] Added support for building Xcode asset catalogs

Qt 5.7.1 (64-bit) 相關參考資料
Desktop Qt 5.7.1 clang 64bit) When executing step "qmake ...

2018年4月19日 — I have a mac os x Yosemite and I already have xcode installed. I downloaded qt 5, but when I try to run a sample project file on qt creator, ...

https://stackoverflow.com

https:download.qt.ionew_archiveqt5.75.7.1qt...

... x64-android-5.7.1.run&as=https://download.qt.io/new_archive/qt/5.7/5.7.1/qt-opensource-linux-x64-android-5.7.1.run&tr=http://bt.qt-project.org:6969 ...

https://download.qt.io

Index of new_archiveqt5.75.7.1

qt-opensource-mac-x64-android-5.7.1.dmg, 13-Dec-2016 10:30, 1.3G, Details · qt-opensource-mac-x64-android-ios-5.7.1.dmg, 13-Dec-2016 10:33, 2.7G, Details · qt ...

https://download.qt.io

Note: This is an archive of historical versions, ...

qt-opensource-mac-x64-android-5.7.1.dmg, 13-Dec-2016 10:30, 1.3G, Details · qt ... qt-opensource-linux-x64-5.7.1.run, 13-Dec-2016 10:27, 729M, Details · md5sums.

https://download.qt.io

Qt for MinGW-w64 64 bit 5.7.1

2017年2月8日 — Qt for MinGW-w64 64 bit 5.7.1 ; Change log: n/a ; Description: C++ library (development) ; License: GPLv3 ; Version: 5.7.1 ; SHA-1 or SHA-256: ...

https://www.npackd.org

QT 编译报错the kit desktop QT 5.7.1 GCC 64Bit has ...

2022年11月8日 — 文章浏览阅读1.2k次。编译文件的时候出现/bin/sh: 1: syntax error: “(” unexpected 错误。在Makefile中查到出问题的是make语句中的$(shell pwd)部分 ...

https://blog.csdn.net

【Qt】安装Qt 5.7.1 MSVC2013 64bit版本的说明原创

2023年7月22日 — 文章浏览阅读1.1k次。本博客博主安装qt包是qt-opensource-windows-x86-msvc2013_64-5.7.1.exe 需要匹配msvc2013微软的编译器。

https://blog.csdn.net

安装Qt 5.7.1 MSVC2013 64bit版本指南

2024年1月17日 — 首先,您需要下载Qt 5.7.1 MSVC2013 64bit版本的安装包。您可以从Qt官网或可信的第三方网站下载。确保下载的版本与您的操作系统和已安装的Visual Studio ...

https://developer.baidu.com