Link tests with webview library only if it is actually available.
This allows the tests to build again even on the machines without the prerequisites for building wxWebView. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -213,7 +213,13 @@
|
||||
window/setsize.cpp
|
||||
xml/xrctest.cpp
|
||||
</sources>
|
||||
<wx-lib>webview</wx-lib>
|
||||
<!--
|
||||
Can't use <wx-lib> here as it doesn't work with conditionally
|
||||
defined variables, so fall back <sys-lib> as we must not link with
|
||||
inexisting webview library to be able to run tests even if
|
||||
wxWebView is not available.
|
||||
-->
|
||||
<sys-lib>$(WXLIB_WEBVIEW)</sys-lib>
|
||||
<wx-lib>richtext</wx-lib>
|
||||
<wx-lib>media</wx-lib>
|
||||
<wx-lib>xrc</wx-lib>
|
||||
|
Reference in New Issue
Block a user