Migration of QtMvvm from github
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"title": "QtMvvm",
|
|
|
|
"description": "A mvvm oriented library for Qt, to create Projects for Widgets and Quick in parallel.",
|
|
|
|
"modules": [
|
|
|
|
"QtMvvmCore",
|
|
|
|
"QtMvvmWidgets",
|
|
|
|
"QtMvvmQuick",
|
|
|
|
"QtMvvmDataSyncCore",
|
|
|
|
"QtMvvmDataSyncWidgets",
|
|
|
|
"QtMvvmDataSyncQuick"
|
|
|
|
],
|
|
|
|
"dependencies": [
|
|
|
|
".skycoder42.datasync"
|
|
|
|
],
|
|
|
|
"excludes": [],
|
|
|
|
"license": {
|
|
|
|
"name": "BSD-3-Clause",
|
|
|
|
"path": "LICENSE"
|
|
|
|
},
|
|
|
|
"installs": {
|
|
|
|
"ProjectTemplate": "Tools/QtCreator/share/qtcreator/templates/wizards/projects/qtmvvm"
|
|
|
|
}
|
|
|
|
}
|