After renaming OF_TARGET_WINGCC to OF_TARGET_MINGW in ofUtils.cpp and putting the path to tesselator.h in ofConstants.h
I solved the this errors but in the end I get this error from Qt:
error: Process failed with exit code 2.
error: The following products could not be built for configuration qtc_Unnamed_a6d8ac80-debug:
I cannot add a debugger I only have a compiler defined on Qt, is that the problem?
I added the paths to environment variables and Qt do not automatically recognize anything.
Can you detail your installation ? Do you have “Qt” installed or just “Qt Creator” ? Did you install MSYS2 ? or are you just using the default Qt compiler ? You may need to create a specific configuration to use the MSYS2/mingw32 compiler.
Hi, I installed Qt creator a did what is said on instructions, I do not have qmake on my machine nor cmake so cannot put a qt version. I cannot put a debugger as well.
I saw a post of someone saying that with qt, everything is configured by default. Ill try that next.