diff options
author | Paul Lemire <paul.lemire@kdab.com> | 2020-06-17 14:36:56 +0200 |
---|---|---|
committer | Jukka Jokiniva <jukka.jokiniva@qt.io> | 2020-06-22 12:12:35 +0000 |
commit | 42a4aa9dd4876aaa39f10905c3c0380dea162513 (patch) | |
tree | b680f4d26eb5c5e6478f052000896a624cdd27f8 | |
parent | 63b164d347f083260b074f859782c6ba15597b55 (diff) | |
download | qt3d-wip/qt6_snapshot.tar.gz |
sync.profile: Remove coretest module referencewip/qt6_snapshot
This must have been dropped while switching to CMake
Task-number: QTBUG-85066
Change-Id: I2ad7379a5247620fe8e8adbf6c4ec28d8cbdd486
Reviewed-by: Mike Krus <mike.krus@kdab.com>
(cherry picked from commit b3bfcc03ed0e564ec2fc9e43ca62f0c87c5a131d)
Reviewed-by: Kai Koehne <kai.koehne@qt.io>
-rw-r--r-- | sync.profile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile index 71ba945d3..e038abfad 100644 --- a/sync.profile +++ b/sync.profile @@ -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 ); |