summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile7
1 files changed, 1 insertions, 6 deletions
diff --git a/sync.profile b/sync.profile
index 9e75dde..ab04eaf 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,10 +1,5 @@
%modules = ( # path to module name map
- "QtNetworkSettings" => "$basedir/src/networksettings",
- "QtBluetoothSettings" => "$basedir/src/bluetoothsettings",
- "QtLocaleSettings" => "$basedir/src/localesettings",
- "QtTimeDateSettings" => "$basedir/src/timedatesettings",
- "QtDisplaySettings" => "$basedir/src/displaysettings",
- "QtLocalDevice" => "$basedir/src/localdevice"
+ "QtNetworkSettings" => "$basedir/src/networksettings"
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);