Qt5QuickTemplates2 DIR-NOTFOUND
when I try to configure cmake to compile on ubuntu 18.04 machine x64, I get the next error:
CMake Warning at build/FindQt5.cmake:32 (find_package):
By not providing "FindQt5QuickTemplates2.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"Qt5QuickTemplates2", but CMake did not find one.
Could not find a package configuration file provided by
"Qt5QuickTemplates2" with any of the following names:
Qt5QuickTemplates2Config.cmake
qt5quicktemplates2-config.cmake
Add the installation prefix of "Qt5QuickTemplates2" to CMAKE_PREFIX_PATH or
set "Qt5QuickTemplates2_DIR" to a directory containing one of the above
files. If "Qt5QuickTemplates2" provides a separate development package or
SDK, be sure it has been installed.
Call Stack (most recent call first):
CMakeLists.txt:87 (include)
Comments
Have you installed QtQuick as part of your Qt install?
In reply to Have you installed QtQuick… by jeetee
Qtquick is clearly installed, since plugins are working well. Plus, there is no such thing as QtQuick in the installer:
Everything still builds. But Palettes aren't displayed. I hope I can fix this problem before the inspector switches to qml too. :)
See this answer