diff options
author | Oswald Buddenhagen <oswald.buddenhagen@qt.io> | 2016-11-03 18:26:29 +0100 |
---|---|---|
committer | Liang Qi <liang.qi@qt.io> | 2016-11-23 13:06:37 +0000 |
commit | 1dead935cd5a8082738d54157819f768f6ed42e3 (patch) | |
tree | 1ec7b9806c3b68fc9ab00f9e63d97d1880ff37cf | |
parent | 2a143bf81b2ffb3bd7a5f47cf719e6ed347bf383 (diff) |
remove dependencies from sync.profile
the CI obtains them from the qt5 super repo nowadays.
Change-Id: Ifd67aa5d0e86b370c8b87fc6654f00dece1abad7
Reviewed-by: Liang Qi <liang.qi@qt.io>
-rw-r--r-- | sync.profile | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/sync.profile b/sync.profile index fd3db4d..6d035bc 100644 --- a/sync.profile +++ b/sync.profile @@ -1,16 +1,2 @@ -# 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" => "", - "qtwebkit" => "", - "qtscript" => "", - "qtsvg" => "", - "qtxmlpatterns" => "", - "qtdeclarative" => "", - "qttools" => "", +%modules = ( # path to module name map ); |