Registry / other / qtbase

qtbase

JSON →
library6.10.1vcpkgunverified

Qt Base (Core, Gui, Widgets, Network, ...) is the foundational module of the Qt framework for cross-platform application development.

vcpkg install qtbase
INSTALL
IMPORT
SIG · QTBASE
Q
qtbase
othercppv6.10.1
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.

QCoreApplication
#include <QCoreApplication>

Minimal Qt Core application

#include <QCoreApplication> #include <QDebug> int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); qDebug() << "Hello Qt"; return 0; }
Debug
Known issues
breakingQt6 requires C++17 or later.
fix
Set CMAKE_CXX_STANDARD to 17 or higher.
affects: >=6.0.0
Upgrade
Version history
6.10.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

qtbase — pip install qtbase · libregistry