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: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Eike Ziller
2022-12-22 10:33:23 +01:00
parent 1b1609ce27
commit cd496c4fa7
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ add_qtc_library(Utils
Qt6Core5Compat Qt6Core5Compat
SOURCES SOURCES
../3rdparty/span/span.hpp ../3rdparty/span/span.hpp
../3rdparty/tl_expected/include/tl/expected.hpp
QtConcurrentTools QtConcurrentTools
algorithm.h algorithm.h
ansiescapecodehandler.cpp ansiescapecodehandler.h ansiescapecodehandler.cpp ansiescapecodehandler.h

View File

@@ -280,6 +280,7 @@ extend_qtc_library(QmlDesignerCore
nodeinstanceview.cpp nodeinstanceview.cpp
puppetbuildprogressdialog.cpp puppetbuildprogressdialog.cpp
puppetbuildprogressdialog.h puppetbuildprogressdialog.h
puppetstartdata.h
puppetstarter.cpp puppetstarter.cpp
puppetstarter.h puppetstarter.h
puppetdialog.cpp puppetdialog.cpp