summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync.profile b/sync.profile
index 50b6d05..4c7c02e 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,6 +1,6 @@
%modules = ( # path to module name map
- "QtIVICore" => "$basedir/src/core",
- "QtIVIVehicleFunctions" => "$basedir/src/vehiclefunctions",
+ "QtIVICore" => "$basedir/src/ivicore",
+ "QtIVIVehicleFunctions" => "$basedir/src/ivivehiclefunctions",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);