Qt5X11Extras in Windows
Unsolved
General and Desktop
-
So I just installed Qt in Windows using
qt-unified-windows-x86-4.1.1-online.exe
. What I installed
I'm trying to open a CMake project that are using
find_pakage
toQt5Config.cmake
file. But the CMake errorC:\Qt\5.12.11\mingw73_64\lib\cmake\Qt5\Qt5Config.cmake:28: error: Could not find a package configuration file provided by "Qt5X11Extras" with any of the following names: Qt5X11ExtrasConfig.cmake qt5x11extras-config.cmake Add the installation prefix of "Qt5X11Extras" to CMAKE_PREFIX_PATH or set "Qt5X11Extras_DIR" to a directory containing one of the above files. If "Qt5X11Extras" provides a separate development package or SDK, be sure it has been installed. plugins/widgetboxmodel/CMakeLists.txt:7 (find_package)
This is the repo that I'm trying to open https://github.com/albertlauncher/albert
Is there any Qt5X11Extras in Windows? How do I install it?