Add wx/persist/combobox.h to the headers list

In particular this ensures that it is installed by "make install".

See #24157.
This commit is contained in:
Vadim Zeitlin 2023-12-22 18:43:57 +01:00
parent 27585bf2c3
commit 99434fa005
6 changed files with 8 additions and 0 deletions

View file

@ -3894,6 +3894,7 @@ COND_USE_GUI_1_ALL_GUI_HEADERS = \
wx/bmpbndl.h \ wx/bmpbndl.h \
wx/filedlgcustomize.h \ wx/filedlgcustomize.h \
wx/compositebookctrl.h \ wx/compositebookctrl.h \
wx/persist/combobox.h \
$(LOWLEVEL_HDR) \ $(LOWLEVEL_HDR) \
$(GUI_CORE_HEADERS) \ $(GUI_CORE_HEADERS) \
wx/mediactrl.h \ wx/mediactrl.h \

View file

@ -1324,6 +1324,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/bmpbndl.h wx/bmpbndl.h
wx/filedlgcustomize.h wx/filedlgcustomize.h
wx/compositebookctrl.h wx/compositebookctrl.h
wx/persist/combobox.h
</set> </set>
<!-- ====================================================================== --> <!-- ====================================================================== -->

View file

@ -1225,6 +1225,7 @@ set(GUI_CMN_HDR
wx/bmpbndl.h wx/bmpbndl.h
wx/filedlgcustomize.h wx/filedlgcustomize.h
wx/compositebookctrl.h wx/compositebookctrl.h
wx/persist/combobox.h
) )
set(UNIX_SRC set(UNIX_SRC

View file

@ -1152,6 +1152,7 @@ GUI_CMN_HDR =
wx/peninfobase.h wx/peninfobase.h
wx/persist.h wx/persist.h
wx/persist/bookctrl.h wx/persist/bookctrl.h
wx/persist/combobox.h
wx/persist/dataview.h wx/persist/dataview.h
wx/persist/splitter.h wx/persist/splitter.h
wx/persist/toplevel.h wx/persist/toplevel.h

View file

@ -1518,6 +1518,7 @@
<ClInclude Include="..\..\include\wx\filedlgcustomize.h" /> <ClInclude Include="..\..\include\wx\filedlgcustomize.h" />
<ClInclude Include="..\..\include\wx\compositebookctrl.h" /> <ClInclude Include="..\..\include\wx\compositebookctrl.h" />
<ClInclude Include="..\..\include\wx\msw\darkmode.h" /> <ClInclude Include="..\..\include\wx\msw\darkmode.h" />
<ClInclude Include="..\..\include\wx\persist\combobox.h" />
</ItemGroup> </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">

View file

@ -2056,6 +2056,9 @@
<ClInclude Include="..\..\include\wx\persist\bookctrl.h"> <ClInclude Include="..\..\include\wx\persist\bookctrl.h">
<Filter>Common Headers</Filter> <Filter>Common Headers</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\..\include\wx\persist\combobox.h">
<Filter>Common Headers</Filter>
</ClInclude>
<ClInclude Include="..\..\include\wx\persist\dataview.h"> <ClInclude Include="..\..\include\wx\persist\dataview.h">
<Filter>Common Headers</Filter> <Filter>Common Headers</Filter>
</ClInclude> </ClInclude>