Support WXQT in CMake
This commit is contained in:
@@ -353,9 +353,6 @@ wx_option(wxUSE_HOTKEY "use wxWindow::RegisterHotKey()")
|
||||
wx_option(wxUSE_JOYSTICK "use wxJoystick")
|
||||
wx_option(wxUSE_METAFILE "use wxMetaFile")
|
||||
wx_option(wxUSE_DRAGIMAGE "use wxDragImage")
|
||||
if(WXMSW)
|
||||
wx_option(wxUSE_ACCESSIBILITY "enable accessibility support")
|
||||
endif()
|
||||
wx_option(wxUSE_UIACTIONSIMULATOR "use wxUIActionSimulator (experimental)")
|
||||
wx_option(wxUSE_DC_TRANSFORM_MATRIX "use wxDC::SetTransformMatrix and related")
|
||||
wx_option(wxUSE_WEBVIEW_WEBKIT "use wxWebView WebKit backend")
|
||||
@@ -403,6 +400,7 @@ if(WIN32)
|
||||
set(wxUSE_WINRT_DEFAULT OFF)
|
||||
endif()
|
||||
wx_option(wxUSE_WINRT "enable WinRT support" ${wxUSE_WINRT_DEFAULT})
|
||||
wx_option(wxUSE_ACCESSIBILITY "enable accessibility support")
|
||||
endif()
|
||||
|
||||
# this one is not really MSW-specific but it exists mainly to be turned off
|
||||
|
Reference in New Issue
Block a user