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>
This commit is contained in:
committed by
The Qt Project
parent
4141cf2772
commit
781c79c51d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user