Fix missing internal module in sync.profile
authorAndy Nichols <andy.nichols@digia.com>
Sun, 23 Sep 2012 12:36:51 +0000 (14:36 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 24 Sep 2012 07:05:29 +0000 (09:05 +0200)
Build was broken for shadow builds because qtmultimediaquicktools
was not listed in sync.profile

Change-Id: If9d23906dbd37b651a545ae810ee9883b6a23348
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
sync.profile

index 0b2e294..0f5658f 100644 (file)
@@ -1,6 +1,7 @@
 %modules = ( # path to module name map
     "QtMultimedia" => "$basedir/src/multimedia",
     "QtMultimediaWidgets" => "$basedir/src/multimediawidgets",
+    "QtMultimediaQuick_p" => "$basedir/src/qtmultimediaquicktools",
 );
 
 %moduleheaders = ( # restrict the module headers to those found in relative path