summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index b309f724..840ae0d7 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,15 +1,18 @@
%modules = ( # path to module name map
"QtSensors" => "$basedir/src/sensors",
+ "QtmSensors" => "$basedir/src/qtmsensors",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%classnames = (
"qtsensorsversion.h" => "QtSensorsVersion",
+ "qtmsensorsversion.h" => "QtmSensorsVersion",
);
%mastercontent = (
);
%modulepris = (
"QtSensors" => "$basedir/modules/qt_sensors.pri",
+ "QtmSensors" => "$basedir/modules/qt_sensors.pri",
);
%dependencies = (
"qtbase" => "refs/heads/master",