Add new wx/persist/dataview.h to the build system
In particular, this ensures that it gets installed by "make install" under Unix.
This commit is contained in:
@@ -1383,6 +1383,7 @@
|
||||
<ClInclude Include="..\..\include\wx\msw\rt\utils.h" />
|
||||
<ClInclude Include="..\..\include\wx\itemattr.h" />
|
||||
<ClInclude Include="..\..\include\wx\peninfobase.h" />
|
||||
<ClInclude Include="..\..\include\wx\persist\dataview.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
|
@@ -1723,6 +1723,9 @@
|
||||
<ClInclude Include="..\..\include\wx\persist\bookctrl.h">
|
||||
<Filter>Common Headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\include\wx\persist\dataview.h">
|
||||
<Filter>Common Headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\include\wx\persist\splitter.h">
|
||||
<Filter>Common Headers</Filter>
|
||||
</ClInclude>
|
||||
|
@@ -2054,6 +2054,9 @@
|
||||
<File
|
||||
RelativePath="..\..\include\wx\dataview.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\persist\dataview.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\datectrl.h">
|
||||
</File>
|
||||
|
@@ -3240,6 +3240,10 @@
|
||||
RelativePath="..\..\include\wx\dataview.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\persist\dataview.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\datectrl.h"
|
||||
>
|
||||
|
@@ -3236,6 +3236,10 @@
|
||||
RelativePath="..\..\include\wx\dataview.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\persist\dataview.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\datectrl.h"
|
||||
>
|
||||
|
Reference in New Issue
Block a user