summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@digia.com>2014-08-22 10:36:46 +0300
committerSimo Fält <simo.falt@digia.com>2014-08-26 08:26:36 +0200
commita6ebe42f2c997175c221f916bad7fdfd6fd3585d (patch)
tree343f31d47238f69d435c57f6e6866a2717b89d28 /sync.profile
parent5d204b2879c8eb1cd98e7713db8a26905fbc6cfd (diff)
downloadqtwebchannel-a6ebe42f2c997175c221f916bad7fdfd6fd3585d.tar.gz
Update license headers and add new licenses
- Renamed LICENSE.LGPL to LICENSE.LGPLv21 - Added LICENSE.LGPLv3 & LICENSE.GPLv2 - Removed LICENSE.GPL Furthermore we need to update the sync.profile to not point to the dev branch in order to integrate this patch in the CI. Change-Id: I06b5496b5d865e2da4808532362616429c969658 Reviewed-by: Sergio Ahumada <sahumada@blackberry.com> Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sync.profile b/sync.profile
index 6c0ef84..6ffe8c3 100644
--- a/sync.profile
+++ b/sync.profile
@@ -11,8 +11,8 @@
# - 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" => "refs/heads/dev",
+ "qtbase" => "",
# optional dependencies:
- "qtwebsockets" => "refs/heads/dev",
- "qtdeclarative" => "refs/heads/dev",
+ "qtwebsockets" => "",
+ "qtdeclarative" => "",
);