From f37a39cf77bc20770211e05fbb4570a4a2aacaa7 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 1 Mar 2011 09:43:00 +0100 Subject: Add a bunch of new mobile demos from INdT --- weather-qml/Weather.qmlproject | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 weather-qml/Weather.qmlproject (limited to 'weather-qml/Weather.qmlproject') diff --git a/weather-qml/Weather.qmlproject b/weather-qml/Weather.qmlproject new file mode 100644 index 0000000..3923c0e --- /dev/null +++ b/weather-qml/Weather.qmlproject @@ -0,0 +1,19 @@ +// File generated by QtCreator + +import QmlProject 1.0 + +Project { + // Scan current directory and subdirectories for .qml, .js, and image files + QmlFiles { + directory: "." + recursive: true + } + JavaScriptFiles { + directory: "." + recursive: true + } + ImageFiles { + directory: "." + recursive: true + } +} -- cgit v1.2.3