summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2020-07-29 10:48:56 +0200
committerOliver Wolff <oliver.wolff@qt.io>2020-07-29 10:54:59 +0200
commite9056a5c0a95e15b6c1090e7081b0b1f0ed82cf0 (patch)
tree7d896fa31897362a29bbbf5d2aedbd239ae6e8ee
parented114b728d9dc5265333c593254d9f6527464a60 (diff)
Update sync.profile with recent module hierarchy changes
These platformsupport modules were moved into gui or opengl or removed completely. They are no longer needed in sync.profile. Fixes: QTBUG-85784 Change-Id: I5ca141c6f612bdd3e63c4eaf375b7ef2f6a1314c Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
-rw-r--r--sync.profile6
1 files changed, 0 insertions, 6 deletions
diff --git a/sync.profile b/sync.profile
index e91a9c5c4e..e50aacbff2 100644
--- a/sync.profile
+++ b/sync.profile
@@ -11,16 +11,10 @@
"QtTest" => "$basedir/src/testlib",
"QtDBus" => "$basedir/src/dbus",
"QtConcurrent" => "$basedir/src/concurrent",
- "QtLinuxAccessibilitySupport" => "$basedir/src/platformsupport/linuxaccessibility",
"QtDeviceDiscoverySupport" => "$basedir/src/platformsupport/devicediscovery",
"QtInputSupport" => "$basedir/src/platformsupport/input",
- "QtXkbCommonSupport" => "$basedir/src/platformsupport/input/xkbcommon",
- "QtEglSupport" => "$basedir/src/platformsupport/eglconvenience",
"QtFbSupport" => "$basedir/src/platformsupport/fbconvenience",
- "QtGlxSupport" => "$basedir/src/platformsupport/glxconvenience",
"QtKmsSupport" => "$basedir/src/platformsupport/kmsconvenience",
- "QtEdidSupport" => "$basedir/src/platformsupport/edid",
- "QtLinuxOfonoSupport" => "$basedir/src/platformsupport/linuxofono",
"QtPlatformHeaders" => "$basedir/src/platformheaders",
"QtZlib" => "!>$basedir/src/corelib;$basedir/src/3rdparty/zlib",
"QtEglFSDeviceIntegration" => "$basedir/src/plugins/platforms/eglfs",