diff options
author | Oswald Buddenhagen <oswald.buddenhagen@qt.io> | 2016-11-03 18:24:39 +0100 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@qt.io> | 2016-11-23 13:52:05 +0000 |
commit | 498591be33eea0daeb9c57fa82f7dc629689e3f9 (patch) | |
tree | 50014d66215979bb594eb28ed53bd88b2c6c556a /sync.profile | |
parent | 225e1740fec4559bf8d66d915ddd06b9d4f48119 (diff) | |
download | qttranslations-498591be33eea0daeb9c57fa82f7dc629689e3f9.tar.gz |
remove dependencies from sync.profile
the CI obtains them from the qt5 super repo nowadays.
Change-Id: Ibfe818917b5ecf347f0251ac7d0743ca804374b0
Reviewed-by: Liang Qi <liang.qi@qt.io>
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sync.profile b/sync.profile index 12c6fc9..6d035bc 100644 --- a/sync.profile +++ b/sync.profile @@ -1,11 +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" => "", - "qttools" => "", +%modules = ( # path to module name map ); |