Registry / other / qt5-declarative

qt5-declarative

JSON →
library5.15.18vcpkgunverified

Qt Declarative (Quick 2) provides a declarative framework for building dynamic, hardware-accelerated user interfaces.

vcpkg install qt5-declarative
INSTALL
IMPORT
SIG · QT5-DECLARATIVE
Q
qt5-declarative
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.

QtQuick/QQuickView
#include <QtQuick/QQuickView>

Minimal Qt Quick application

#include <QGuiApplication> #include <QtQuick/QQuickView> int main(int argc, char *argv[]) { QGuiApplication app(argc, argv); QQuickView view; view.setSource(QUrl("main.qml")); view.show(); return app.exec(); }
Debug
Known issues

No known issues recorded.

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-declarative — pip install qt5-declarative · libregistry