From cd496c4fa767321c59a261bfc703fe175a1c559c Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Thu, 22 Dec 2022 10:33:23 +0100 Subject: [PATCH] CMake build: Add missing headers to be exported These headers are used by other exported headers, so they need to be part of the development package for building "external" plugins. Change-Id: I6bec0b16aaf0076b8ccf4ce275b603e0f7b4eba3 Reviewed-by: Reviewed-by: Qt CI Bot Reviewed-by: hjk --- src/libs/utils/CMakeLists.txt | 1 + src/plugins/qmldesigner/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/src/libs/utils/CMakeLists.txt b/src/libs/utils/CMakeLists.txt index e3edc86c15c..1354e282c18 100644 --- a/src/libs/utils/CMakeLists.txt +++ b/src/libs/utils/CMakeLists.txt @@ -5,6 +5,7 @@ add_qtc_library(Utils Qt6Core5Compat SOURCES ../3rdparty/span/span.hpp + ../3rdparty/tl_expected/include/tl/expected.hpp QtConcurrentTools algorithm.h ansiescapecodehandler.cpp ansiescapecodehandler.h diff --git a/src/plugins/qmldesigner/CMakeLists.txt b/src/plugins/qmldesigner/CMakeLists.txt index ffb9faf87df..e599ba8ecd5 100644 --- a/src/plugins/qmldesigner/CMakeLists.txt +++ b/src/plugins/qmldesigner/CMakeLists.txt @@ -280,6 +280,7 @@ extend_qtc_library(QmlDesignerCore nodeinstanceview.cpp puppetbuildprogressdialog.cpp puppetbuildprogressdialog.h + puppetstartdata.h puppetstarter.cpp puppetstarter.h puppetdialog.cpp