Registry / utility / qt5-base

qt5-base

JSON →
library5.15.18vcpkgunverified

Qt Base provides the essential non-GUI functionality required by all Qt applications, including core, network, and XML modules.

vcpkg install qt5-base
INSTALL
IMPORT
SIG · QT5-BASE
Q
qt5-base
utilitycppv5.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/QCoreApplication
#include <QtCore/QCoreApplication>

Create a minimal Qt console application and print the Qt version

#include <QCoreApplication> #include <QDebug> int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); qDebug() << "Qt version:" << qVersion(); return 0; }
Debug
Known issues
breakingQt5 is deprecated in favor of Qt6; new projects should use Qt6.
fix
Migrate to Qt6 for long-term support and new features.
affects: *
Upgrade
Version history
5.15.18latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

qt5-base — pip install qt5-base · libregistry