summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sync.profile b/sync.profile
index 840ae0d7..b309f724 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,18 +1,15 @@
%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",