Unable to build the project
-
C:\Users\hp\incline2>qmake
Project MESSAGE: This project is using private headers and will therefore be tied to this specific Qt module build version.
Project MESSAGE: Running this project against other versions of the Qt modules may crash at any arbitrary point.
Project MESSAGE: This is not a bug, but a result of using Qt internals. You have been warned! -
@Vijaykarthikeyan Uninstalled and reinstalled those compilers..it is working correctly
-
@Vijaykarthikeyan This looks like a warning, not an "unable to build".
-
@JonB Till Qt creator 10.x.x,this project worked without error and running fine.But,when updated to 11.0.3,till now ,im not been able to run the project.I unable to build within the Creator.So,i move on to the command line.I m stuck with this problem for past 3 days
-
@Vijaykarthikeyan you have to give more details. "Does not run" tells us nothing about your situation.
As @JonB wrote, something in your project uses a private class and you are being warned about it. This does not block a build. However, Qt Creator does not emit that warning, it comes from qmake.
-
-
This thread should be dealt with over at https://forum.qt.io/topic/150245/unable-to-compile-qt. First resolve the issue about making there.
-
@SGaist Previously there was no error in building the executable..When i updated to 11.0.3,problem arised,unable to find this errors.!
My previous projects whose compiler is MSVC 2019 64 bit compilers is now getting errors now like :
But,the other compilers like MINGW is working fine..How to resolve this
-
@Vijaykarthikeyan Uninstalled and reinstalled those compilers..it is working correctly