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. Windows & Mingwx64 no QtCoreD.dlls ?
QtWS25 Last Chance

Windows & Mingwx64 no QtCoreD.dlls ?

Scheduled Pinned Locked Moved Unsolved General and Desktop
mingw
4 Posts 3 Posters 449 Views
  • 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.
  • D Offline
    D Offline
    Dariusz
    wrote on last edited by
    #1

    Hey

    I've installed mingw version of qt on my system & tried to compile hello world with it. But there are no QtCoreD/WidgetsD etc etc dll to link agains like in Visual studio mode.
    What can I do to get them linekd properly? I'm new to mingw, 1st app.

    Regards
    Dariusz

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Which version of Qt did you install ?
      Are you using Qt Creator to build your application ?
      Where did you install it from ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      D 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        Which version of Qt did you install ?
        Are you using Qt Creator to build your application ?
        Where did you install it from ?

        D Offline
        D Offline
        Dariusz
        wrote on last edited by
        #3

        @SGaist
        6.1.2
        No clion
        Qt installer.

        1 Reply Last reply
        0
        • C Offline
          C Offline
          ChrisW67
          wrote on last edited by
          #4

          There are no debug libraries in the binary folder containing the runtime used by Qt Creator (i.e. ...\Qt\Tools\QtCreator\bin.

          There should be under the folder for each Qt library version you have installed, and these are the libraries that your program should be built against/link to. I would guess the path should be ...\Qt\6.1.2\mingw32\lib and ...\bin (no Windows install in front of me).

          1 Reply Last reply
          1

          • Login

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