Symbolic links not supported; disabling -L
-
Hi
welcome to the forums.
It sounds you put something in the .pro file that windows do not like.If you create a default GUI project, does it still say that?
if NO, Please list your .pro file for the project
-
This happens when I create a default GUI project, and when I try to run examples as well.
When I open the compiler tab, it also says "no rule to make target .. . Stop" and won't let me run even a simple window project. The only thing that I added was the link to the GCC library because it was returning some other issues while compiling.Thanks
-
Hi
sounds like something wrong in/with your kits.http://wiki.qt.io/MinGW-64-bit
Did you compile your own version of Qt ?
-
Hi and welcome to devnet,
The Qt installer already provides the MinGW version used to build Qt, you should rather use that one.
-
Hi and welcome to devnet,
The Qt installer already provides the MinGW version used to build Qt, you should rather use that one.
-
Indeed, but from its post, it seems the OP installed Qt for MinGW but use a compiler from somewhere else.
-
Indeed, but from its post, it seems the OP installed Qt for MinGW but use a compiler from somewhere else.
-
Ok I'm going to install QT with mingw 32 bit, the only thing is what if I want to build programs for 64 bit Windows?
Thanks
