Doc: Describe converting Qt Quick UI Prototypes to Applications

Qt Quick UI Prototype projects (.qmlproject) are used in Qt Design
Studio, but they must be converted to Qt Quick Application projects
for building and running them in Qt Creator.

Add example files and quote code from them.

Task-number: QDS-357
Change-Id: Ib0bf1b342ec54faeca108e5586389730a85b5116
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Leena Miettinen
2019-01-10 14:39:01 +01:00
parent dd16fca686
commit fdd8650657
13 changed files with 555 additions and 6 deletions

View File

@@ -0,0 +1,20 @@
/* File generated by Qt Creator */
import QmlProject 1.1
Project {
mainFile: "ProgressBar.ui.qml"
/* Include .qml, .js, and image files from current directory and subdirectories */
QmlFiles {
directory: "."
}
JavaScriptFiles {
directory: "."
}
ImageFiles {
directory: "."
}
/* List of plugin directories passed to QML runtime */
// importPaths: [ "../exampleplugin" ]
}