Registry / other / soqt
library1.6.0vcpkgunverified

A Qt Gui-toolkit binding for Coin

vcpkg install soqt
INSTALL
IMPORT
SIG · SOQT
S
soqt
othercppv1.6.0
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.

Inventor/Qt/SoQt.h
#include <Inventor/Qt/SoQt.h>

Initialize SoQt and display a 3D cone

#include <Inventor/Qt/SoQt.h> #include <Inventor/Qt/SoQtRenderArea.h> #include <Inventor/nodes/SoCone.h> int main(int argc, char **argv) { QWidget *window = SoQt::init(argc, argv, argv[0]); SoQtRenderArea *renderArea = new SoQtRenderArea(window); renderArea->setSceneGraph(new SoCone); renderArea->show(); SoQt::show(window); SoQt::mainLoop(); return 0; }
Debug
Known issues
gotchaSoQt requires both Qt and Coin libraries to be installed and linked.
fix
Ensure target_link_libraries includes SoQt::SoQt, Qt5::Widgets, and Coin::Coin.
affects: *
Upgrade
Version history
1.6.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

soqt — pip install soqt · libregistry