Add more missing generic headers to wxQt headers list
See f5cdda7b8b (commitcomment-25822547)
This commit is contained in:
parent
53bf5936f1
commit
99db923c2c
3957
Makefile.in
3957
Makefile.in
File diff suppressed because it is too large
Load Diff
@ -842,6 +842,12 @@ dnl ### begin block 20_COND_TOOLKIT_QT_USE_GUI_1[wx.bkl] ###
|
||||
COND_TOOLKIT_QT_USE_GUI_1=""
|
||||
fi
|
||||
AC_SUBST(COND_TOOLKIT_QT_USE_GUI_1)
|
||||
dnl ### begin block 20_COND_TOOLKIT_QT_USE_GUI_1_WXUNIV_0[wx.bkl] ###
|
||||
COND_TOOLKIT_QT_USE_GUI_1_WXUNIV_0="#"
|
||||
if test "x$TOOLKIT" = "xQT" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
|
||||
COND_TOOLKIT_QT_USE_GUI_1_WXUNIV_0=""
|
||||
fi
|
||||
AC_SUBST(COND_TOOLKIT_QT_USE_GUI_1_WXUNIV_0)
|
||||
dnl ### begin block 20_COND_TOOLKIT_Qt[wx.bkl] ###
|
||||
COND_TOOLKIT_Qt="#"
|
||||
if test "x$TOOLKIT" = "xQt" ; then
|
||||
|
@ -254,7 +254,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
wx/qt/choice.h
|
||||
wx/qt/clipbrd.h
|
||||
wx/qt/clrpicker.h
|
||||
wx/qt/generic/clrpickerg.h
|
||||
wx/generic/collpaneg.h
|
||||
wx/qt/colordlg.h
|
||||
wx/qt/colour.h
|
||||
@ -322,6 +321,11 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
wx/qt/utils.h
|
||||
wx/qt/window.h
|
||||
wx/qt/private/winevent.h
|
||||
wx/generic/fdrepdlg.h
|
||||
wx/generic/filepickerg.h
|
||||
wx/generic/clrpickerg.h
|
||||
wx/generic/fontpickerg.h
|
||||
wx/generic/caret.h
|
||||
</set>
|
||||
|
||||
<set var="QT_SRC" hints="files">
|
||||
|
@ -196,12 +196,13 @@ QT_HDR =
|
||||
wx/qt/brush.h
|
||||
wx/qt/anybutton.h
|
||||
wx/qt/button.h
|
||||
wx/generic/caret.h
|
||||
wx/qt/checkbox.h
|
||||
wx/qt/checklst.h
|
||||
wx/qt/choice.h
|
||||
wx/qt/clipbrd.h
|
||||
wx/qt/clrpicker.h
|
||||
wx/qt/generic/clrpickerg.h
|
||||
wx/generic/clrpickerg.h
|
||||
wx/generic/collpaneg.h
|
||||
wx/qt/colordlg.h
|
||||
wx/qt/colour.h
|
||||
@ -223,9 +224,12 @@ QT_HDR =
|
||||
wx/qt/dirdlg.h
|
||||
wx/qt/dnd.h
|
||||
wx/qt/evtloop.h
|
||||
wx/generic/fdrepdlg.h
|
||||
wx/qt/filedlg.h
|
||||
wx/generic/filepickerg.h
|
||||
wx/qt/font.h
|
||||
wx/qt/fontdlg.h
|
||||
wx/generic/fontpickerg.h
|
||||
wx/qt/frame.h
|
||||
wx/qt/gauge.h
|
||||
wx/generic/icon.h
|
||||
|
Loading…
Reference in New Issue
Block a user