Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    QtCore Dependencies.

    Installation and Deployment
    3
    3
    2853
    Loading More Posts
    • 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
      spsingh last edited by

      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 Reply Quote 0
      • D
        dialingo last edited by

        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 Reply Quote 0
        • G
          goetz last edited by

          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 Reply Quote 0
          • First post
            Last post