summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Volkov <a.volkov@rusbitech.ru>2016-12-14 00:06:38 +0300
committerAlexander Volkov <a.volkov@rusbitech.ru>2016-12-14 13:03:02 +0000
commit73263716edf178abc0b0446d7563a502b40fbc3b (patch)
tree25c08ae10a83b3ed30faaae2e8657e731c8f2b3b
parent7aa47640c202cc4a9c16aa7df98191236743c8ba (diff)
Remove unused sync.profile
Change-Id: I255d467349d8db7cdb02cd9f0a02552e57a4ed8c Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
-rw-r--r--sync.profile9
1 files changed, 0 insertions, 9 deletions
diff --git a/sync.profile b/sync.profile
deleted file mode 100644
index ccc4a15..0000000
--- a/sync.profile
+++ /dev/null
@@ -1,9 +0,0 @@
-# Module dependencies.
-# Every module that is required to build this module should have one entry.
-# Each of the module version specifiers can take one of the following values:
-# - A specific Git revision.
-# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
-#
-%dependencies = (
- "qtbase" => "refs/heads/stable",
-);