Qmake error libstdc++-6.dll missing
General and Desktop
3
Posts
2
Posters
5.9k
Views
1
Watching
-
Hi,
I compile my qt src 4.8.4 to my windows 7 x64 using mingw, I have this structure:
C:\qt\4.8.4\x64
C:\qt\mingw64I can use my IDE normally but I cannot use qmake inside the windows terminal. I've alredy set my PATH with %QTDIR%\bin but there is an error executing it (libstdc++-6.dll missing). How can I set my mingw lib path to qmake ?
thx
-