From 42d6e5c5fa840c5c486752c4ab699e37af72c516 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Tue, 11 Dec 2018 11:38:20 +0100 Subject: CMake: Simplify * Only import features once * Move Core specific code into its CMakeLists.txt file * More consistently use target names like "Core" to refer to "Qt modules". We tend to require either "Core" or "QtCore" in places, which I find confusing. Change-Id: Id54161bc5468412750cb9eb7eeb15de3812e8a09 Reviewed-by: Simon Hausmann --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 622cc5e00b..4f00d333dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.12.0) +cmake_minimum_required(VERSION 3.13.0) project(QtBase VERSION 5.12.0 -- cgit v1.2.3