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. What is QtCored'4'.dll

What is QtCored'4'.dll

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

    i have built qt 4.7.4 source for vs2010 app
    after qt build, i checked qt/lib folder
    i found QtCore.dll / QrCored.dll but there is not QtCored'4'.dll
    some other program have QtCored4.dll
    what is '4' ?

    1 Reply Last reply
    0
    • podsvirovP Offline
      podsvirovP Offline
      podsvirov
      wrote on last edited by
      #2

      The number '4' - is major version of the library.
      Major version, if you are going to a shared library.
      You have to get the files: bin/Qt{Module}4.dll and lib/Qt{Module}4.lib
      If you have collected Qt statically, the major version is not affixed.
      You should only get lib/Qt{Module}.lib files.

      1 Reply Last reply
      0
      • N Offline
        N Offline
        n2v2rda2
        wrote on last edited by
        #3

        oh~ i got it.
        thank you

        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