diff options
author | Christian Kamm <christian.d.kamm@nokia.com> | 2010-06-24 11:48:05 (GMT) |
---|---|---|
committer | Christian Kamm <christian.d.kamm@nokia.com> | 2010-06-24 11:48:56 (GMT) |
commit | d86679ee600bd26788b5bbcd27abf078f0ec948c (patch) | |
tree | 3bfc81aefa1cdda19d44d9946adfaee21b332d50 /examples/declarative | |
parent | d8411e7810acd608564feb9f4cb93b2f3d2b07ea (diff) | |
download | Qt-d86679ee600bd26788b5bbcd27abf078f0ec948c.zip Qt-d86679ee600bd26788b5bbcd27abf078f0ec948c.tar.gz Qt-d86679ee600bd26788b5bbcd27abf078f0ec948c.tar.bz2 |
Fix import path in cppextensions declarative example.
Reviewed-by: Erik Verbruggen
Diffstat (limited to 'examples/declarative')
-rw-r--r-- | examples/declarative/cppextensions/cppextensions.qmlproject | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/cppextensions/cppextensions.qmlproject b/examples/declarative/cppextensions/cppextensions.qmlproject index d4909f8..6b36284 100644 --- a/examples/declarative/cppextensions/cppextensions.qmlproject +++ b/examples/declarative/cppextensions/cppextensions.qmlproject @@ -12,5 +12,5 @@ Project { directory: "." } /* List of plugin directories passed to QML runtime */ - // importPaths: [ " ../exampleplugin " ] + importPaths: [ "plugins" ] } |