From be68d1347a9c498361f2190b1f083a8f27508012 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Fri, 6 May 2016 17:15:58 +0200 Subject: Added the QtIviMedia module Change-Id: I65d5bd842f580f3b9de2166b3c5a2b5506815bc0 Reviewed-by: Robert Griebl --- sync.profile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sync.profile') 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" => "" ); -- cgit v1.2.1