diff options
author | Lincoln Ramsay <lincoln.ramsay@nokia.com> | 2012-03-28 16:55:14 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-03-28 10:35:22 +0200 |
commit | 2646629ea49cf808220ef54c77df613cc9fea474 (patch) | |
tree | 08920a302f69fc25f6ee23f3e5f84e9cfd32c8a6 /examples/sensors | |
parent | 417054f50c257f6da0cf0f08a00c909b75aa03e0 (diff) | |
download | qtsensors-2646629ea49cf808220ef54c77df613cc9fea474.tar.gz |
Add .qmltypes files for Creator.
Only doing this for the actual QML APIs, not the examples ones.
Can run make rebuild_qmltypes from a build directory to rebuild the
.qmltypes files automatically.
Change-Id: Ie1253646dde25861673c303b015a9ba9a4f0fbe3
Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
Diffstat (limited to 'examples/sensors')
-rw-r--r-- | examples/sensors/grue/import/import.pro | 2 | ||||
-rw-r--r-- | examples/sensors/sensor_explorer/import/import.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/sensors/grue/import/import.pro b/examples/sensors/grue/import/import.pro index a689931..34027c7 100644 --- a/examples/sensors/grue/import/import.pro +++ b/examples/sensors/grue/import/import.pro @@ -24,4 +24,4 @@ qmldir.path=$$DESTPATH INSTALLS += qmldir OTHER_FILES += \ - plugin.json + plugin.json qmldir diff --git a/examples/sensors/sensor_explorer/import/import.pro b/examples/sensors/sensor_explorer/import/import.pro index 175433e..1f97b67 100644 --- a/examples/sensors/sensor_explorer/import/import.pro +++ b/examples/sensors/sensor_explorer/import/import.pro @@ -22,4 +22,4 @@ qmldir.path=$$DESTPATH INSTALLS += qmldir OTHER_FILES += \ - plugin.json + plugin.json qmldir |