summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-11-03 18:23:47 +0100
committerLiang Qi <liang.qi@qt.io>2016-11-06 11:48:25 +0000
commit20adfdf12e29149c589310a065b0259130ac51f0 (patch)
tree112e06d35df0444bf4721a466f148943fa54683d
parent1683fc48e1ee63c9e5687bcdf55d45bcafe8e6f8 (diff)
remove dependencies from sync.profile
the CI obtains them from the qt5 super repo nowadays. Change-Id: I528e92563d2a30c44d185811d40a133af7690e2d Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
-rw-r--r--sync.profile5
1 files changed, 0 insertions, 5 deletions
diff --git a/sync.profile b/sync.profile
index 57da4d8..e7125c6 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,8 +1,3 @@
%modules = (
"QtSerialBus" => "$basedir/src/serialbus",
);
-
-%dependencies = (
- "qtbase" => "",
- "qtserialport" => "",
-);