From 4c89518228012ddc3602eab405e4b5fb8108fcdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lind?= Date: Mon, 5 Dec 2011 17:09:02 +0100 Subject: Make wayland actually a module Also fix so that QtCompositor can be built as shared object. + fix so that the default QT_WAYLAND_GL_CONFIG is wayland_egl Change-Id: I02b72e99286584426bd37ab2d00bbc84af11efdc Reviewed-by: Laszlo Agocs --- sync.profile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 sync.profile (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile new file mode 100644 index 000000000..27887ee82 --- /dev/null +++ b/sync.profile @@ -0,0 +1,24 @@ +%modules = ( # path to module name map + "QtCompositor" => "$basedir/src/compositor", +); +%moduleheaders = ( # restrict the module headers to those found in relative path +); +%classnames = ( +); +%mastercontent = ( + "gui" => "#include \n", +); +%modulepris = ( + "QtCompositor" => "$basedir/modules/qt_compositor.pri", +); +%deprecatedheaders = ( +); +# 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/master", +); -- cgit v1.2.3