summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index c5df974..c150e63 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,6 +1,7 @@
%modules = ( # path to module name map
"QtIviCore" => "$basedir/src/ivicore",
"QtIviVehicleFunctions" => "$basedir/src/ivivehiclefunctions",
+ "QtIviMedia" => "$basedir/src/ivimedia",
"QtGeniviExtras" => "$basedir/src/geniviextras",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
@@ -19,6 +20,7 @@
#
%dependencies = (
"qtbase" => "",
- "qtdeclarative" => ""
+ "qtdeclarative" => "",
+ "qtmultimedia" => ""
);