From 7892fcc0c0bbe4f971f698130bf1d3a39a3c9d80 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Mon, 30 Mar 2015 12:35:22 +0200 Subject: Introduced 'make docs' support To make it work properly the modules needed to be renamed to match the qt modules naming convention. For this is also renamed the folders of the modules to make things easier --- sync.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sync.profile') 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 ); -- cgit v1.2.1