forked from qt-creator/qt-creator
This adds a couple of projects for testing the ui split. Change-Id: I9056702e724541a43895f28453ce31516a348e70 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
17 lines
289 B
Plaintext
17 lines
289 B
Plaintext
import QmlProject 1.1
|
|
|
|
Project {
|
|
mainFile: "main.qml"
|
|
|
|
/* Include .qml, .js, and image files from current directory and subdirectories */
|
|
QmlFiles {
|
|
directory: "."
|
|
}
|
|
JavaScriptFiles {
|
|
directory: "."
|
|
}
|
|
ImageFiles {
|
|
directory: "."
|
|
}
|
|
}
|