Registry / other / qt5-tools

qt5-tools

JSON →
library5.15.18vcpkgunverified

A collection of tools and utilities that come with the Qt framework to assist developers in the creation, management, and deployment of Qt applications.

vcpkg install qt5-tools
INSTALL
IMPORT
SIG · QT5-TOOLS
Q
qt5-tools
othercppv5.15.18
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QtCore/QtCore
#include <QtCore/QtCore>

Minimal Qt5 application using QCoreApplication

#include <QCoreApplication> #include <QDebug> int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); qDebug() << "Hello from Qt5!"; return 0; }
Debug
Known issues
gotchaQt5 is superseded by Qt6; new projects should consider Qt6.
fix
Use Qt6 if possible, or ensure compatibility with Qt5.
affects: >=5.0
Upgrade
Version history
5.15.18latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

qt5-tools — pip install qt5-tools · libregistry