summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-11-03 18:23:58 +0100
committerLiang Qi <liang.qi@qt.io>2016-11-06 11:48:22 +0000
commit3bd025649c0641e11ae557544d9949d5dcc6cf51 (patch)
treee83429ae5e6d6f803a2eaea82a2b1ec62744b0f4
parentdd17942259cf0cbe834f504128d522c93020ea84 (diff)
downloadqtserialport-3bd025649c0641e11ae557544d9949d5dcc6cf51.tar.gz
remove dependencies from sync.profile
the CI obtains them from the qt5 super repo nowadays. Change-Id: Ibde79e1be1701519505020d31c6d713ae2af4830 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
-rw-r--r--sync.profile4
1 files changed, 0 insertions, 4 deletions
diff --git a/sync.profile b/sync.profile
index a1e480d..bcd9ff6 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,7 +1,3 @@
%modules = (
"QtSerialPort" => "$basedir/src/serialport",
);
-
-%dependencies = (
- "qtbase" => "",
-);