From d240e6647d48a87db324973e649c2b0aea5a6857 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Thu, 4 Feb 2021 17:12:08 +0100 Subject: Add BUILD.gn generation for the gn root and gn toolchain Use simple templates. This will get own target in followup changes. Task-number: QTBUG-91760 Change-Id: I0b6991f7b54183aa9fb667cec5ad347f66c78b99 Reviewed-by: Allan Sandfeld Jensen Reviewed-by: Joerg Bornemann --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 333d4016d..fd00f06e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,6 +23,7 @@ qt_feature_module_begin(ONLY_EVALUATE_FEATURES) # to work in spite of ONLY_EVALUATE_FEATURES. set(__QtFeature_only_evaluate_features OFF) include(configure.cmake) +include(src/core/api/configure.cmake) qt_feature_module_end(ONLY_EVALUATE_FEATURES) qt_build_repo_end() -- cgit v1.2.1