From 8b2a1ec43134e191a5f9bb08a73f1a694d52927d Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Fri, 30 Jan 2015 20:57:40 +0100 Subject: Import the Qt Quick Controls 2 prototype Change-Id: Ib8c0c4160958e5cfea29a6e9df1b3f1fb19715fc Reviewed-by: Jari-Pekka Nurmi --- sync.profile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 sync.profile (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile new file mode 100644 index 00000000..7442fc4d --- /dev/null +++ b/sync.profile @@ -0,0 +1,19 @@ +%modules = ( # path to module name map + "QtQuickControls" => "$basedir/src/controls", + "QtQuickCalendar" => "$basedir/src/calendar", + "QtQuickExtras" => "$basedir/src/extras", +); +%moduleheaders = ( # restrict the module headers to those found in relative path +); +# Module dependencies. +# Every module that is required to build this module should have one entry. +# Each of the module version specifiers can take one of the following values: +# - A specific Git revision. +# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch) +# - an empty string to use the same branch under test (dependencies will become "refs/heads/master" if we are in the master branch) +# +%dependencies = ( + "qtbase" => "", + "qtdeclarative" => "", + "qtxmlpatterns" => "", +); -- cgit v1.2.3