Qt 6.5 issue when build from source - Compiler can't find header files
Unsolved
Installation and Deployment
-
Hey,
I'm trying to build qt-everywhere-src-6.5.0 for host PC and during the build process, it gives error like below.
fatal error: QtCore/QProperty: No such file or directory 11 | #include <QtCore/QProperty>
If I try to replace the include line with absolute path for qproperty.h, compiling will continue from there but then the issue comes for another file for different or same header file. Can anypne help me with this?
Also I'm keep getting the following warning message for many header files starting from build.
WARNING: /opt/qtCross/qt-everywhere-src-6.5.0/qttools/src/assistant/help/qcompressedhelpinfo.h does not include QT_BEGIN_NAMESPACE
Really apreciate if anyone can help me with this.
I'm in Ubuntu 22.04
Thanks.