aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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")