summaryrefslogtreecommitdiff
path: root/SDL_Core/src/components/qt_hmi/qml_model_qt5/qml_model.qmlproject
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_Core/src/components/qt_hmi/qml_model_qt5/qml_model.qmlproject')
-rw-r--r--SDL_Core/src/components/qt_hmi/qml_model_qt5/qml_model.qmlproject20
1 files changed, 20 insertions, 0 deletions
diff --git a/SDL_Core/src/components/qt_hmi/qml_model_qt5/qml_model.qmlproject b/SDL_Core/src/components/qt_hmi/qml_model_qt5/qml_model.qmlproject
new file mode 100644
index 000000000..ea820e801
--- /dev/null
+++ b/SDL_Core/src/components/qt_hmi/qml_model_qt5/qml_model.qmlproject
@@ -0,0 +1,20 @@
+/* File generated by Qt Creator, version 2.7.0 */
+
+import QmlProject 1.1
+
+Project {
+ mainFile: "MainWindow.qml"
+
+ /* Include .qml, .js, and image files from current directory and subdirectories */
+ QmlFiles {
+ directory: "."
+ }
+ JavaScriptFiles {
+ directory: "."
+ }
+ ImageFiles {
+ directory: "../res"
+ }
+ /* List of plugin directories passed to QML runtime */
+ importPaths: [ "." ]
+}