Qt 6.2.0 cmake install issue on Linux
-
I built Qt 6.2.0 branch on CentOS 7 in release mode with gcc 10 compiler
Following is the configure command used by me
../qt6/configure -release -nomake tests -nomake examples -system-zlib -system-libpng -qt-libjpeg -opengl -bundled-xcb-xinputThe Qt was able to build succesfully.
However on running 'cmake --install .' I am getting the following error**CMake Error at qtbase/src/tools/moc/cmake_install.cmake:53 (file):
file INSTALL cannot find
"/home/qt6/qt6-release-build/qtbase/libexec/moc": No such file or directory.Call Stack (most recent call first):
qtbase/src/cmake_install.cmake:57 (include)
qtbase/cmake_install.cmake:250 (include)
cmake_install.cmake:47 (include)**I have tried adding -prefix as well to configure but same error persists