From 090ea5502eac39565e33b3882f2173dd5eae473d Mon Sep 17 00:00:00 2001 From: Mike Krus Date: Fri, 20 Nov 2020 17:26:26 +0000 Subject: Enable compiling non-QML API against Qt 5.15 Built with QtQuick disabled. - C++17 required - minor issues with QList vs QVector - QMutexLocker templated vs not - moc forward declaration handling Change-Id: I5540625e74e2c009e528f56203e4b88be8d54599 Reviewed-by: Paul Lemire --- tests/manual/manual.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/manual') diff --git a/tests/manual/manual.pro b/tests/manual/manual.pro index 1a5689bc6..8fea8cb48 100644 --- a/tests/manual/manual.pro +++ b/tests/manual/manual.pro @@ -11,8 +11,7 @@ SUBDIRS += \ deferred-renderer-cpp \ raster-cpp \ qtbug-72236 \ - manual-renderloop \ - boundingvolumes + manual-renderloop QT_FOR_CONFIG += 3drender-private qtConfig(qt3d-rhi-renderer): { @@ -101,6 +100,7 @@ qtHaveModule(quick) { qtbug-76766 \ scene3d-in-sync \ compressed_textures \ + boundingvolumes } qtHaveModule(quickwidgets): SUBDIRS += quickwidget-switch -- cgit v1.2.3