summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" => ""
);