forked from qt-creator/qt-creator
The new wizard is template based. This allows easy addition of custom QML templates and also allows us to add more QML wizards for e. g. components later. This template mechanism allows substitution in comment, which allows us to keep valid QML file as templates. This reduces the maintance burden significantly. Change-Id: I7766b037635131da2af5aae518d6fe4597ff8b9f Reviewed-by: Kai Koehne <kai.koehne@digia.com>
22 lines
475 B
Plaintext
22 lines
475 B
Plaintext
/* File generated by Qt Creator, version 2.7.0 */
|
|
|
|
import QmlProject 1.1
|
|
|
|
Project {
|
|
# QTC_REPLACE main.qml WITH main
|
|
mainFile: "main.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" ]
|
|
}
|