summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@digia.com>2012-09-23 14:36:51 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-24 09:05:29 +0200
commit781c79c51d6d5f70ca1953d2034953500196d133 (patch)
treefdbc52d59d8264196da54d6eb8baeab8385a3e95 /sync.profile
parent4141cf2772182e51fbcdb559b2746ab600907182 (diff)
Fix missing internal module in sync.profile
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>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 0b2e294eb..0f5658f25 100644
--- a/sync.profile
+++ b/sync.profile
@@ -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