Static build fix for RenderDoc dependency
Modify configure.cmake to avoid breaking static builds while using RenderDoc with QGraphicsFrameCapture. Change-Id: Id0f39304b20ab3a98bfb0206cf5b52031d38f0ab Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
d41db62154
commit
d5822981ee
@ -142,7 +142,7 @@ if((X11_SUPPORTED) OR QT_FIND_ALL_PACKAGES_ALWAYS)
|
||||
endif()
|
||||
qt_add_qmake_lib_dependency(xrender xlib)
|
||||
|
||||
qt_find_package(RenderDoc)
|
||||
qt_find_package(RenderDoc PROVIDED_TARGETS RenderDoc::RenderDoc)
|
||||
|
||||
#### Tests
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user