summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2016-05-06 17:15:58 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2016-06-08 11:35:23 +0000
commitbe68d1347a9c498361f2190b1f083a8f27508012 (patch)
tree5b17e0b7205504a6eb69567c387c6a57e551039e /sync.profile
parent3c2dec567fe8a339e02b1c6bc889245fd98fd012 (diff)
downloadqtivi-be68d1347a9c498361f2190b1f083a8f27508012.tar.gz
Added the QtIviMedia module
Change-Id: I65d5bd842f580f3b9de2166b3c5a2b5506815bc0 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
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" => ""
);