From 4682c6c1fddbf364d428d5b1b1b052e7781905e0 Mon Sep 17 00:00:00 2001 From: Richard Moe Gustavsen Date: Tue, 22 Oct 2013 09:51:23 +0200 Subject: 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 --- src/imports/sensors/qmldir | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1