summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/sync.profile17
1 files changed, 0 insertions, 17 deletions
diff --git a/Source/sync.profile b/Source/sync.profile
index c0f687dc0..1c5e0113d 100644
--- a/Source/sync.profile
+++ b/Source/sync.profile
@@ -9,20 +9,3 @@
%classnames = (
);
@ignore_for_master_contents = ( "qwebscriptworld.h", "testwindow.h", "util.h", "bytearraytestdata.h" );
-
-# 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)
-# - 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" => "",
- "qtxmlpatterns" => "",
- "qtdeclarative" => "",
- "qtlocation" => "",
- "qtmultimedia" => "",
- "qtsensors" => "",
- "qtwebchannel" => "",
-);