summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorMarko Kangas <marko.kangas@theqtcompany.com>2015-11-24 12:44:51 +0200
committerMarko Kangas <marko.kangas@theqtcompany.com>2015-11-24 11:24:14 +0000
commite738d605fb973c8895acc6f946e2a9740f5b9470 (patch)
treebc2344a46fd6b2addcf2dc7e25ed212435939d79 /sync.profile
parent3df96e07710d2efcc11650bcf076e8bc02bf3560 (diff)
downloadqtivi-e738d605fb973c8895acc6f946e2a9740f5b9470.tar.gz
Fix sync.profile dependencies
Repositories must be empty for the current CI Change-Id: Ibb6b2efecc7007746f336de0cfb463c827584469 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index 56f08d4..26b71e1 100644
--- a/sync.profile
+++ b/sync.profile
@@ -18,6 +18,7 @@ $publicclassregexp = "Q.+";
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/stable",
+ "qtbase" => "",
+ "qtdeclarative" => ""
);