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. [solved] How to rebuild qt on windows without CRT dependences?
Forum Updated to NodeBB v4.3 + New Features

[solved] How to rebuild qt on windows without CRT dependences?

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 2.5k 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
    romankr
    wrote on last edited by
    #1

    Hello!
    I would like to rebuild my qt without Microsoft C\C++ Runtime requirements (at this moment qt-stuff demands msvcr90.dll & msvcp90.dll). I've found an -no-crt option in ./configure help, but it works only for Windows CE (why?).
    So, how can i add a /MT flag (instead of /MD) to qt configuration (or how can i add it in a right way into appropriate makefile)?
    Or i can simply drop this dependences without ./configure wizardy?
    Or maybe someone has an already built qt *.dll libraries without this dependences and can share it?

    p.s. the aim of this question is to make a fully free of MS VC++ Redustributable package windows app.

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

      http://developer.qt.nokia.com/faq/answer/why_does_a_statically_built_qt_use_the_dynamic_visual_studio_runtime_librar

      (It contains a solution).

      Software Engineer
      KDAB (UK) Ltd., a KDAB Group company

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

        thank you - i haven't known about this article before.

        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