aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-01-02 15:53:14 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-04 09:27:44 +0100
commiteaf56d3dabad07af2e1b24536833fdb5e2a74a03 (patch)
tree3caa092192bfad558c501e19aa706fb3d27217e8 /examples/declarative/tutorials
parentc7a4650b88ccb402339641cd86f09bb902025290 (diff)
Examples: Remove commented out 'plugins' list from .qmlproject files
Change-Id: I24bacdd52f2f191dde8e0a2fa9718b38ab329597 Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'examples/declarative/tutorials')
-rw-r--r--examples/declarative/tutorials/samegame/samegame1/samegame1.qmlproject2
-rw-r--r--examples/declarative/tutorials/samegame/samegame2/samegame2.qmlproject2
-rw-r--r--examples/declarative/tutorials/samegame/samegame3/samegame3.qmlproject2
-rw-r--r--examples/declarative/tutorials/samegame/samegame4/samegame4.qmlproject2
-rw-r--r--examples/declarative/tutorials/tutorials.qmlproject2
5 files changed, 0 insertions, 10 deletions
diff --git a/examples/declarative/tutorials/samegame/samegame1/samegame1.qmlproject b/examples/declarative/tutorials/samegame/samegame1/samegame1.qmlproject
index 2a3d9281bb..42ffacf4f8 100644
--- a/examples/declarative/tutorials/samegame/samegame1/samegame1.qmlproject
+++ b/examples/declarative/tutorials/samegame/samegame1/samegame1.qmlproject
@@ -13,6 +13,4 @@ Project {
ImageFiles {
directory: "."
}
- /* List of plugin directories passed to QML runtime */
- // importPaths: [ " ../exampleplugin " ]
}
diff --git a/examples/declarative/tutorials/samegame/samegame2/samegame2.qmlproject b/examples/declarative/tutorials/samegame/samegame2/samegame2.qmlproject
index 2a3d9281bb..42ffacf4f8 100644
--- a/examples/declarative/tutorials/samegame/samegame2/samegame2.qmlproject
+++ b/examples/declarative/tutorials/samegame/samegame2/samegame2.qmlproject
@@ -13,6 +13,4 @@ Project {
ImageFiles {
directory: "."
}
- /* List of plugin directories passed to QML runtime */
- // importPaths: [ " ../exampleplugin " ]
}
diff --git a/examples/declarative/tutorials/samegame/samegame3/samegame3.qmlproject b/examples/declarative/tutorials/samegame/samegame3/samegame3.qmlproject
index 2a3d9281bb..42ffacf4f8 100644
--- a/examples/declarative/tutorials/samegame/samegame3/samegame3.qmlproject
+++ b/examples/declarative/tutorials/samegame/samegame3/samegame3.qmlproject
@@ -13,6 +13,4 @@ Project {
ImageFiles {
directory: "."
}
- /* List of plugin directories passed to QML runtime */
- // importPaths: [ " ../exampleplugin " ]
}
diff --git a/examples/declarative/tutorials/samegame/samegame4/samegame4.qmlproject b/examples/declarative/tutorials/samegame/samegame4/samegame4.qmlproject
index 2a3d9281bb..42ffacf4f8 100644
--- a/examples/declarative/tutorials/samegame/samegame4/samegame4.qmlproject
+++ b/examples/declarative/tutorials/samegame/samegame4/samegame4.qmlproject
@@ -13,6 +13,4 @@ Project {
ImageFiles {
directory: "."
}
- /* List of plugin directories passed to QML runtime */
- // importPaths: [ " ../exampleplugin " ]
}
diff --git a/examples/declarative/tutorials/tutorials.qmlproject b/examples/declarative/tutorials/tutorials.qmlproject
index d4909f8685..2bb4016996 100644
--- a/examples/declarative/tutorials/tutorials.qmlproject
+++ b/examples/declarative/tutorials/tutorials.qmlproject
@@ -11,6 +11,4 @@ Project {
ImageFiles {
directory: "."
}
- /* List of plugin directories passed to QML runtime */
- // importPaths: [ " ../exampleplugin " ]
}