Skip to content

Commit 175c836

Browse files
Added Qt5x11extras to CMake build
1 parent 7630417 commit 175c836

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adsConfig.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ include(CMakeFindDependencyMacro)
22
find_dependency(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED)
33
find_dependency(Qt5Gui ${REQUIRED_QT_VERSION} REQUIRED)
44
find_dependency(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED)
5+
find_dependency(Qt5X11Extras ${REQUIRED_QT_VERSION} REQUIRED)
56
include("${CMAKE_CURRENT_LIST_DIR}/adsTargets.cmake")

0 commit comments

Comments
 (0)