summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-02-01 14:42:44 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-02-01 15:51:38 +0000
commit58e236eb426a9c1b47f71dae2d52fd52fd201f24 (patch)
tree4e5707e056c5081b08f98b9ca59ac28094f13d52
parentfdf6e8a9f34004d0d1181b36c20ad5a2bbad084d (diff)
remove bogus branch declaration from qtbase dependency
Change-Id: I17ce9e0c87eb926fccf01c91e5cdb1e6fbd71b12 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
-rw-r--r--sync.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index 0bc03b0..1995cae 100644
--- a/sync.profile
+++ b/sync.profile
@@ -10,6 +10,6 @@
# - 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" => "",
);