forked from quickshell/quickshell
feat: add Variants type for creating instances
This commit is contained in:
parent
23837e5195
commit
d14258df8e
3 changed files with 135 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue