Symbolic links not supported; disabling -L
-
Hi everyone,
it's my first post here so if I'm not posting in the right section please let me know and I will change!
I'm new to QT, I've had a lot of issues installing QT 5.9.2 and to have it work with Mingw-w64, but now almost everything seems to be working. The only thing is that when I build a start a new project (it may be as simple as a single window, the default project for example) when building it I get an issue: "Symbolic links not supported: disabling -L". I looked online but coulnd't find any answer to this issue, can you please help me?
Thanks!! -
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
