summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index 61302e99f..13e5340b8 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,5 +1,5 @@
%modules = ( # path to module name map
- "QtCompositor" => "$basedir/src/compositor",
+ "QtWaylandCompositor" => "$basedir/src/compositor",
"QtWaylandClient" => "$basedir/src/client",
"QtPlatformHeaders" => "$basedir/src/platformheaders",
);
@@ -20,3 +20,7 @@
"qtbase" => "",
"qtdeclarative" => "",
);
+
+%classnames = (
+ "qwaylandquickextension.h" => "QWaylandQuickExtension",
+);