From c9500b6eff3dc8fbcc6e9fc569b2e246541a2a05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lind?= Date: Thu, 27 Aug 2015 12:26:33 +0200 Subject: Macro for QML extension boilerplate defines which gives type sub-classes which adds desired functionality for extensions in QML Change-Id: I3973e07e0daf0c27813b3405b9188281092f4375 --- sync.profile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index 5bff75354..9b90e4a95 100644 --- a/sync.profile +++ b/sync.profile @@ -19,3 +19,7 @@ "qtbase" => "", "qtdeclarative" => "", ); + +%classnames = ( + "qwaylandquickextension.h" => "QWaylandQuickExtension", +); -- cgit v1.2.3 From 00fba62ce3e5bd00ba5e8ab6f5b7a71bdb93c6a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lind?= Date: Mon, 7 Sep 2015 14:04:17 +0200 Subject: Rename QtCompositor to QtWaylandCompositor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit enable building QtWaylandCompositor by default Change-Id: I7cf34052b304ca9fef55b7e30ef6a6367b5d75f1 Reviewed-by: Jørgen Lind --- sync.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index 9b90e4a95..6fee67e41 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", ); %moduleheaders = ( # restrict the module headers to those found in relative path -- cgit v1.2.3