From f8c1909320313c8a9c03661d8fe77728bde6556a Mon Sep 17 00:00:00 2001 From: Leander Beernaert Date: Wed, 16 Oct 2019 14:25:14 +0200 Subject: Convert corelib plugin tests Change-Id: Ia98f7945a2c5b09a9b4d59e430cf05a7fecb7d55 Reviewed-by: Simon Hausmann --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 8414e974ae..f742a2187b 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,7 +1,7 @@ # special case begin if(NOT TARGET Qt::Test) cmake_minimum_required(VERSION 3.14.0) - project(QtBaseTests C CXX ASM) + project(QtBaseTests VERSION 6.0.0 LANGUAGES C CXX ASM) find_package(Qt6 REQUIRED COMPONENTS BuildInternals Core Test) find_package(Qt6 COMPONENTS DBus Gui OpenGL Widgets Xml) qt_set_up_standalone_tests_build() -- cgit v1.2.3