From 6ee65dc4785b9f38cfd7405a5535c88feb3a0ea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lind?= Date: Thu, 9 Jun 2011 15:56:55 +0200 Subject: QtPlatformSupport: A helper library for platform plugins QtPlatformSupport is a static library. Platform plugins are meant to link against this library to pull in dependencies such as fontengines and convenience functions for finding the right GL configs. The linker will only pull in the symbols used, so the size of the library doesn't really matter --- sync.profile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index 321c7f95b0..db108cb833 100644 --- a/sync.profile +++ b/sync.profile @@ -10,6 +10,7 @@ "QtDBus" => "$basedir/src/dbus", "QtUiTools" => "$basedir/src/uitools", "QtDesigner" => "$basedir/tools/uilib", + "QtPlatformSupport" => "$basedir/src/platformsupport", ); %moduleheaders = ( # restrict the module headers to those found in relative path ); @@ -60,6 +61,7 @@ "QtXml" => "$basedir/src/modules/qt_xml.pri", "QtUiTools" => "$basedir/src/modules/qt_uitools.pri", "QtDesigner" => "$basedir/src/modules/qt_uilib.pri", + "QtPlatformSupport" => "$basedir/src/modules/qt_platformsupport.pri", ); @ignore_for_master_contents = ( "qt.h", "qpaintdevicedefs.h" ); @@ -109,4 +111,8 @@ "QtGui" => "THIS_REPOSITORY", "QtWidgets" => "THIS_REPOSITORY", }, + "QtPlatformSupport" => { + "QtCore" => "THIS_REPOSITORY", + "QtGui" => "THIS_REPOSITORY", + }, ); -- cgit v1.2.3