From 9518c8c272097f9d8e5be087a1ee9ec32344bb55 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Fri, 11 Oct 2019 13:35:34 +0200 Subject: Add special cases Change-Id: Ic0ce39160a4c982825180fc95074a679b2df9600 Reviewed-by: Simon Hausmann --- tests/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 2b14e310..d21be56a 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -4,8 +4,8 @@ if(NOT TARGET Qt::Test) cmake_minimum_required(VERSION 3.15.0) project(QtQuickControls2Tests VERSION 6.0.0 LANGUAGES C CXX) find_package(Qt6 ${PROJECT_VERSION} REQUIRED COMPONENTS - BuildInternals Core Qml Quick QmlDevTools QmlDebug QuickTest - QuickControls2 QuickTemplates2 + BuildInternals Core Qml Quick QmlDevTools QmlDebug QuickTest # special case + QuickControls2 QuickTemplates2 # special case ) qt_set_up_standalone_tests_build() endif() -- cgit v1.2.3