Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qmake error libstdc++-6.dll missing
Forum Updated to NodeBB v4.3 + New Features

Qmake error libstdc++-6.dll missing

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 5.9k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MaikoID
    wrote on last edited by
    #1

    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\mingw64

    I 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

    1 Reply Last reply
    0
    • W Offline
      W Offline
      WoJo
      wrote on last edited by
      #2

      Is the path to libstdc++-6.dll in your PATH environment variable?
      I think the DLL is located in C:\qt\mingw64\bin
      In console, type:
      @set path@

      if the path to the DLL is not in the list, type:

      @set path=C:\qt\mingw64\bin;%PATH%@

      now try qmake again.

      1 Reply Last reply
      0
      • M Offline
        M Offline
        MaikoID
        wrote on last edited by
        #3

        It works now, thanks!

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved