binary '+': no operator found which takes a left-hand operand of type 'QDateTime'
Solved
General and Desktop
-
I'm trying to build QtCreator from source from within the Creator.
I opened the CMakeLists.txt in the Creator I have everything set up and configured with the PREFIX_PATH and NMake Makefiles JOM as the generator.When I build the source I run into the error:
binary '+': no operator found which takes a left-hand operand of type 'QDateTime'
multiple times towards the end of the build process.I didn't edit the source code, I followed the steps that are posted in the github page for the Qt Creator source.
Does anyone know how can I build this successfully?
-