diff options
author | Richard Moe Gustavsen <richard.gustavsen@digia.com> | 2013-10-22 09:51:23 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-10-23 18:48:13 +0200 |
commit | 4682c6c1fddbf364d428d5b1b1b052e7781905e0 (patch) | |
tree | 4af88f8af9e92fb643b524f984d355fe699b9262 /src/imports | |
parent | 8aabcf1eb258aedc9c268d6c1de191747f4f4400 (diff) | |
download | qtsensors-4682c6c1fddbf364d428d5b1b1b052e7781905e0.tar.gz |
static linking: add classname to qmldir
The new qmlimportscanner for static linking depends on the
qmldir reporting the classname of the plugins. So add that
to sensors as well.
Change-Id: I80fd0a1d705ef589268231e6399f612a74b70828
Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
Diffstat (limited to 'src/imports')
-rw-r--r-- | src/imports/sensors/qmldir | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/imports/sensors/qmldir b/src/imports/sensors/qmldir index d4648a8..8ce4a5a 100644 --- a/src/imports/sensors/qmldir +++ b/src/imports/sensors/qmldir @@ -1,3 +1,4 @@ module QtSensors plugin declarative_sensors +classname QtSensorsDeclarativeModule typeinfo plugins.qmltypes |