Disable wxUSE_OWNER_DRAWN when using WXQT with CMake

This commit is contained in:
Maarten Bent
2018-10-01 21:43:19 +02:00
parent c0e7bd33bc
commit 519d8fec8a

View File

@@ -162,6 +162,7 @@ if(wxUSE_GUI)
wx_option_force_value(wxUSE_METAFILE OFF)
if(WIN32)
wx_option_force_value(wxUSE_ACCESSIBILITY OFF)
wx_option_force_value(wxUSE_OWNER_DRAWN OFF)
endif()
endif()