mirror of
https://github.com/audacity/wxWidgets.git
synced 2025-12-11 05:47:42 -06:00
Install wx/osx/appprogress as part of "make install"
Add the file to the files list, this should have been part of 11a5b83e2c503850980d15ce369f41def60b5e7a (see #16638). Closes #18059.
This commit is contained in:
parent
ab12d73cd5
commit
9b51ef82af
@ -3299,6 +3299,7 @@ COND_TOOLKIT_OSX_COCOA_GUI_HDR = \
|
||||
wx/generic/listctrl.h \
|
||||
wx/generic/prntdlgg.h \
|
||||
wx/generic/statusbr.h \
|
||||
wx/osx/appprogress.h \
|
||||
wx/osx/cocoa/chkconf.h \
|
||||
wx/osx/cocoa/evtloop.h \
|
||||
wx/osx/cocoa/private.h \
|
||||
@ -3395,6 +3396,7 @@ COND_TOOLKIT_OSX_IPHONE_GUI_HDR = \
|
||||
wx/generic/listctrl.h \
|
||||
wx/generic/prntdlgg.h \
|
||||
wx/generic/statusbr.h \
|
||||
wx/osx/appprogress.h \
|
||||
wx/osx/iphone/chkconf.h \
|
||||
wx/osx/iphone/evtloop.h \
|
||||
wx/osx/iphone/private.h \
|
||||
|
||||
@ -2417,6 +2417,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
wx/generic/listctrl.h
|
||||
wx/generic/prntdlgg.h
|
||||
wx/generic/statusbr.h
|
||||
wx/osx/appprogress.h
|
||||
</set>
|
||||
|
||||
<!-- ====================================================================== -->
|
||||
|
||||
@ -2280,6 +2280,7 @@ set(OSX_SHARED_HDR
|
||||
wx/generic/listctrl.h
|
||||
wx/generic/prntdlgg.h
|
||||
wx/generic/statusbr.h
|
||||
wx/osx/appprogress.h
|
||||
)
|
||||
|
||||
set(OSX_COCOA_SRC
|
||||
|
||||
@ -2174,6 +2174,7 @@ OSX_SHARED_HDR =
|
||||
wx/osx/accel.h
|
||||
wx/osx/anybutton.h
|
||||
wx/osx/app.h
|
||||
wx/osx/appprogress.h
|
||||
wx/osx/bitmap.h
|
||||
wx/osx/bmpbuttn.h
|
||||
wx/osx/brush.h
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user