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. [Resolved] Qt5 application needs QtCore4.dll
Forum Updated to NodeBB v4.3 + New Features

[Resolved] Qt5 application needs QtCore4.dll

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 1.4k 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.
  • R Offline
    R Offline
    rakor
    wrote on last edited by
    #1

    Hi there!
    I switched a project from Qt4.8 to Qt5.1.1. After some tweaking it runs without problems (when starting inside QtCreator).

    I wanted to deploy the binary for testing and so I collected the needed .dll-Files.
    The first interesting thing was that the needed .dl--files changed a lot from Qt4 to Qt5. There are some additional files and some changes to Qt5 (icudt51.dll, icuin51.dll, icuuc51.dll, libstdc++-6.dll, libwinpthread-1.dll, Qt5Core.dll, Qt5Gui.dll, Qt5Sql.dll, Qt5Widgets.dll).

    But after having added all those files the program wants to have QtCore4.dll as well. So why that?! I have cleaned my builddir and rebuild all again. The same issue. Yes there is Qt4 also installed on the machine but I checked all links in the build-kits and everything points to Qt5.1.1.
    All this runs on top of a Win7 box.

    Thanks for your help.

    1 Reply Last reply
    0
    • U Offline
      U Offline
      unai_i
      wrote on last edited by
      #2

      Hi,
      Have you checked that you don't link against libraries that link against Qt4?

      1 Reply Last reply
      0
      • R Offline
        R Offline
        rakor
        wrote on last edited by
        #3

        Args.... Resolved... My program starts a second program which is not ported to Qt5 yet.
        Sorry.

        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