blob: b1fb62520247cddc9ca0697e497c04efdd8f757b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- sync.profile.orig 2021-12-13 20:02:18.219921000 +0100
+++ sync.profile 2021-12-13 20:03:45.430880000 +0100
@@ -37,9 +37,6 @@
"QtZlib" => "!>$basedir/src/corelib;$basedir/src/3rdparty/zlib",
"QtOpenGLExtensions" => "$basedir/src/openglextensions",
"QtEglFSDeviceIntegration" => "$basedir/src/plugins/platforms/eglfs",
- "QtMockPlugins1" => "$basedir/tests/auto/cmake/mockplugins/mockplugins1",
- "QtMockPlugins2" => "$basedir/tests/auto/cmake/mockplugins/mockplugins2",
- "QtMockPlugins3" => "$basedir/tests/auto/cmake/mockplugins/mockplugins3",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
"QtEglFSDeviceIntegration" => "api",
|