We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7630417 commit 175c836Copy full SHA for 175c836
adsConfig.cmake
@@ -2,4 +2,5 @@ include(CMakeFindDependencyMacro)
2
find_dependency(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED)
3
find_dependency(Qt5Gui ${REQUIRED_QT_VERSION} REQUIRED)
4
find_dependency(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED)
5
+find_dependency(Qt5X11Extras ${REQUIRED_QT_VERSION} REQUIRED)
6
include("${CMAKE_CURRENT_LIST_DIR}/adsTargets.cmake")
0 commit comments