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. Missing Qt5Core.dll when running fresh QtCreator compile
QtWS25 Last Chance

Missing Qt5Core.dll when running fresh QtCreator compile

Scheduled Pinned Locked Moved Solved General and Desktop
systemerrorqt5core.dlldllmissing
3 Posts 3 Posters 8.9k 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.
  • G Offline
    G Offline
    gibra
    wrote on 12 Jul 2015, 09:56 last edited by A Former User
    #1

    Hello everyone,
    After I compiled QtCreator using MinGW, I tried to run qtcreator.exe and I get an error saying
    "The program can't start because Qt5Core.dll is missing from your computer. Try reinstalling the program to fix this problem." See image

    Thank you for any info.

    [edit:koahnig; added the exclamation mark in front of your link to make pciture visible]

    K 1 Reply Last reply 12 Jul 2015, 10:22
    0
    • G gibra
      12 Jul 2015, 09:56

      Hello everyone,
      After I compiled QtCreator using MinGW, I tried to run qtcreator.exe and I get an error saying
      "The program can't start because Qt5Core.dll is missing from your computer. Try reinstalling the program to fix this problem." See image

      Thank you for any info.

      [edit:koahnig; added the exclamation mark in front of your link to make pciture visible]

      K Offline
      K Offline
      koahnig
      wrote on 12 Jul 2015, 10:22 last edited by
      #2

      @gibra

      After compiling Qt creator it is like any other application compiled against a Qt lib version.
      You need to follow the step of windows deployment and setup the same structure as for any other application. Beware that you are using the dlls and plugins for the actual Qt lib version of your compilation. It is certainly not on the long run a good idea to set simply a path value. Latest when you try to use your own compilation of Qt creator with another Qt lib version this will haunt you. ;)

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      1
      • P Offline
        P Offline
        Praveen k
        wrote on 24 Aug 2016, 11:10 last edited by
        #3

        Simple Method..

        • From the desktop, right click the Computer icon.

        • Choose Properties from the context menu.

        • Click the Advanced system settings link.

        • list item Click Environment Variables. In the section System Variables, find the PATH environment variable and select it. Click Edit. If the PATH environment variable does not exist, click New.

        • In the Edit System Variable (or New System Variable) window, specify the value of the PATH environment variable example(C:\Qt\Mingw32\bin). Click OK. Close all remaining windows by clicking OK

        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