]> git.lyx.org Git - lyx.git/blobdiff - CMakeLists.txt
Support spreaded argument delimiters in beamer block conversion
[lyx.git] / CMakeLists.txt
index 04f3954350982644c3075950a95de7d3568d19db..0ceebc96a4086ab151a7b9e4120f2a1331314c4b 100644 (file)
@@ -512,6 +512,7 @@ endif()
 find_package(Qt5Core QUIET)
 if (Qt5Core_FOUND)
        find_package(Qt5Widgets REQUIRED)
+        find_package(Qt5X11Extras)
        set(QTVERSION ${Qt5Core_VERSION})
        macro (qt_use_modules)
                qt5_use_modules(${ARGN})