summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2015-03-30 12:35:22 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2015-03-30 12:43:18 +0200
commit7892fcc0c0bbe4f971f698130bf1d3a39a3c9d80 (patch)
treeee8b541fe55dddb4ba454a31c238925eb5a172a2 /sync.profile
parent384656c08e9633abac3119d5d0c0be17470fe2b4 (diff)
downloadqtivi-7892fcc0c0bbe4f971f698130bf1d3a39a3c9d80.tar.gz
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
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
);