feat: add Variants type for creating instances

This commit is contained in:
outfoxxed 2024-01-30 03:32:21 -08:00
parent 23837e5195
commit d14258df8e
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
3 changed files with 135 additions and 0 deletions

View file

@ -25,6 +25,7 @@ qt_standard_project_setup(REQUIRES 6.6)
qt_add_executable(qtshell
src/cpp/main.cpp
src/cpp/shell.cpp
src/cpp/variants.cpp
)
qt_add_qml_module(qtshell URI QtShell)