sync.profile: Remove coretest module reference

This must have been dropped while switching to CMake

Task-number: QTBUG-85066
Change-Id: I2ad7379a5247620fe8e8adbf6c4ec28d8cbdd486
Reviewed-by: Mike Krus <mike.krus@kdab.com>
This commit is contained in:
Paul Lemire 2020-06-17 14:36:56 +02:00
parent 688dcbbd21
commit b3bfcc03ed
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@
"Qt3DExtras" => "$basedir/src/extras",
"Qt3DQuickExtras" => "$basedir/src/quick3d/quick3dextras",
"Qt3DQuickScene2D" => "$basedir/src/quick3d/quick3dscene2d",
"Qt3DCoreTest" => "$basedir/tests/auto/coretest",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);