Fix QA build options check when wxUSE_DEBUGREPORT==0
Compile this check even if wxDebugReport itself is not used. Closes https://github.com/wxWidgets/wxWidgets/pull/979
This commit is contained in:
parent
88b7ef2fab
commit
b5face97bc
1 changed files with 2 additions and 2 deletions
|
|
@ -29,6 +29,8 @@
|
|||
#include "wx/utils.h"
|
||||
#endif // WX_PRECOMP
|
||||
|
||||
WX_CHECK_BUILD_OPTIONS("wxQA")
|
||||
|
||||
#if wxUSE_DEBUGREPORT && wxUSE_XML
|
||||
|
||||
#include "wx/debugrpt.h"
|
||||
|
|
@ -57,8 +59,6 @@
|
|||
#include "wx/zipstrm.h"
|
||||
#endif // wxUSE_ZIPSTREAM
|
||||
|
||||
WX_CHECK_BUILD_OPTIONS("wxQA")
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// XmlStackWalker: stack walker specialization which dumps stack in XML
|
||||
// ----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue