Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. QtCore Dependencies.
QtWS25 Last Chance

QtCore Dependencies.

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 3 Posters 3.1k 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.
  • S Offline
    S Offline
    spsingh
    wrote on last edited by
    #1

    I build the QT core using the command line and configured to use VS 2008. The compilation was completed with no problems. The output dll when opened in the depends.exe reveals that it is dependant on MSVCRT.dll and not MSVCRT90.dll, is this normal, what does it mean if I want to deploy this dll along with my product on a fresh machine which does not have the MSVCRT90.dll installed will this work?

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dialingo
      wrote on last edited by
      #2

      see
      http://stackoverflow.com/questions/1073509/should-i-redistribute-msvcrt-dll-with-my-application

      If this VS runtime stuff sucks too much: MinGW makes deployment much easier.

      1 Reply Last reply
      0
      • G Offline
        G Offline
        goetz
        wrote on last edited by
        #3

        See the general hints on "Deploying Qt Applications":http://doc.qt.nokia.com/stable/deployment.html and the specific instructions for "Windows":http://doc.qt.nokia.com/stable/deployment-windows.html

        These docs are available in Qt Assistant too.

        http://www.catb.org/~esr/faqs/smart-questions.html

        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