summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@theqtcompany.com>2016-02-25 11:51:56 +0100
committerPaul Olav Tvete <paul.tvete@theqtcompany.com>2016-02-25 12:36:34 +0000
commit1edfb6651b4433fe0b0681eb40f1472757640dda (patch)
tree48099bbd859398fa1895e2d16517aa6df9776a91 /sync.profile
parentd6fe7b6165859e17f0308cd28ab0cd2e2e3db294 (diff)
Remove platform headers from sync.profile
The files were moved to qtbase in change 03a8036674d07daadd2e Change-Id: I740e6c9e4218e20f25879b881db9993a794089c8 Reviewed-by: Iikka Eklund <iikka.eklund@theqtcompany.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index 13e5340b8..6fee67e41 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,7 +1,6 @@
%modules = ( # path to module name map
"QtWaylandCompositor" => "$basedir/src/compositor",
"QtWaylandClient" => "$basedir/src/client",
- "QtPlatformHeaders" => "$basedir/src/platformheaders",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);