aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/modelviews/webview/googlemaps/qml/webview.qmlproject
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2011-05-31 18:05:10 +1000
committerMartin Jones <martin.jones@nokia.com>2011-05-31 18:05:10 +1000
commitfbfb27a44a824fe479b526cbc6ccd4696d674c83 (patch)
tree2f234c5629565a65402dd2f39267219976c61689 /examples/declarative/modelviews/webview/googlemaps/qml/webview.qmlproject
parent66763c8efbbba27fb739cfa906573718f35f8ada (diff)
Remove more webkit dependency from qtdeclarative.
Diffstat (limited to 'examples/declarative/modelviews/webview/googlemaps/qml/webview.qmlproject')
-rw-r--r--examples/declarative/modelviews/webview/googlemaps/qml/webview.qmlproject16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/declarative/modelviews/webview/googlemaps/qml/webview.qmlproject b/examples/declarative/modelviews/webview/googlemaps/qml/webview.qmlproject
deleted file mode 100644
index d4909f8685..0000000000
--- a/examples/declarative/modelviews/webview/googlemaps/qml/webview.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* 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 " ]
-}