aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2022-11-16 13:42:45 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2022-11-16 16:42:56 +0100
commit168c8699eb12f3d781da676d36db8e7696739b43 (patch)
tree2c761eb219cf3c104cad566e5f3fddf79125f1e5
parent3e76b039bd9c085b327d2bb72b9f81a4ef2b0597 (diff)
libpyside/libpysideqml: Update list of headers to be installed
Task-number: PYSIDE-802 Task-number: PYSIDE-962 Pick-to: 6.4 Change-Id: I6a9ea15a89630453600b44b3f22d2944f047622b Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
-rw-r--r--sources/pyside6/libpyside/CMakeLists.txt26
-rw-r--r--sources/pyside6/libpysideqml/CMakeLists.txt12
2 files changed, 29 insertions, 9 deletions
diff --git a/sources/pyside6/libpyside/CMakeLists.txt b/sources/pyside6/libpyside/CMakeLists.txt
index 27daa4a50..e5f163996 100644
--- a/sources/pyside6/libpyside/CMakeLists.txt
+++ b/sources/pyside6/libpyside/CMakeLists.txt
@@ -86,26 +86,36 @@ set(libpyside_HEADERS
class_property.h
dynamicqmetaobject.h
feature_select.h
+ globalreceiverv2.h
+ pysideclassdecorator_p.h
pysideclassinfo.h
+ pysideclassinfo_p.h
pysidecleanup.h
+ pyside.h
pysideinit.h
+ pysidelogging_p.h
+ pysidemacros.h
+ pysidemetafunction.h
+ pysidemetafunction_p.h
+ pysidemetatype.h
+ pyside_numpy.h
+ pyside_p.h
+ pysideproperty.h
+ pysideproperty_p.h
pysideqapp.h
pysideqenum.h
+ pysideqflags.h
pysideqhash.h
pysideqmetatype.h
pysideqobject.h
- pysidemacros.h
- pysideqmetatype.h
- signalmanager.h
- pyside.h
- pysidestaticstrings.h
- pysidemetafunction.h
pysidesignal.h
+ pysidesignal_p.h
+ pysideslot_p.h
+ pysidestaticstrings.h
pysideutils.h
- pysideproperty.h
- pysideqflags.h
pysideweakref.h
qobjectconnect.h
+ signalmanager.h
)
if (CMAKE_BUILD_TYPE STREQUAL "Debug")
diff --git a/sources/pyside6/libpysideqml/CMakeLists.txt b/sources/pyside6/libpysideqml/CMakeLists.txt
index 3cc3389c6..ed9049def 100644
--- a/sources/pyside6/libpysideqml/CMakeLists.txt
+++ b/sources/pyside6/libpysideqml/CMakeLists.txt
@@ -46,9 +46,19 @@ endif()
#
set(libpysideqml_HEADERS
- pysideqmlmacros.h
+ pysideqmlattached.h
+ pysideqmlattached_p.h
+ pysideqmlextended_p.h
+ pysideqmlforeign_p.h
pysideqml.h
+ pysideqmllistproperty_p.h
+ pysideqmlmacros.h
+ pysideqmlmetacallerror_p.h
+ pysideqmlnamedelement_p.h
pysideqmlregistertype.h
+ pysideqmlregistertype_p.h
+ pysideqmltypeinfo_p.h
+ pysideqmluncreatable.h
)
if (CMAKE_BUILD_TYPE STREQUAL "Debug")