Add more missing generic headers to wxQt headers list

See f5cdda7b8b (commitcomment-25822547)
This commit is contained in:
Vadim Zeitlin
2017-11-25 00:25:14 +01:00
parent 53bf5936f1
commit 99db923c2c
4 changed files with 1810 additions and 2165 deletions

View File

@@ -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