summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2011-08-29 11:16:11 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-29 03:18:37 +0200
commite243c4fa9fce1ebbe1d0e625b6e2d3a07fe6b071 (patch)
tree66f546ac97016d6e50027d503c83765e2a8dea9b /sync.profile
parent61dc260cc409ec5303dc09f5732baa7bb142226d (diff)
downloadqtsensors-e243c4fa9fce1ebbe1d0e625b6e2d3a07fe6b071.tar.gz
Revert the QtmSensors library.
The QtSensors API changes have been de-scoped so this library is no longer required. Change-Id: Iee555b69fc3f774c48c5911eeabc09aba50c13fc Reviewed-on: http://codereview.qt.nokia.com/3686 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
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 840ae0d..b309f72 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",