Hi all, I want to build smokeqt with Qwt support. However, CMake cannot locate Qwt.
Looking at CMakeLists.txt in qwt directory (KDE/smokeqt repository) I found this line right at the top: include(FindQwt5) But I couldn't locate FindQwt5 file. The Google search found it in the repo for ruby qt bindings: https://github.com/ryanmelt/qtbindings/blob/master/ext/cmake/modules/FindQwt5.cmake and it seems it sets the variables with the locations needed for the build (sorry, I'm not a CMake specialist). Can I just copy it into qwt/ directory? Or what a proper way for the build to work? Just for convenience: KDE/smokeqt repo: https://github.com/KDE/smokeqt Best regards, Alexey