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. VC2010 : configuration and build of a mix of -static and -dynamic libraries
QtWS25 Last Chance

VC2010 : configuration and build of a mix of -static and -dynamic libraries

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

    Hello all, I would like to build the Qt libraries as -dynamic build (default configuration) but the QtXml as static linked library
    (has to do with the fact that QtXml as DLL doesn't work properly in using /MT or /MTd runtime library choice).

    so, is there a way to configure the specific library to be differently build then others?

    Thanks,
    G

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

      You cannot mix static and dynamically compiled Qt libs. On Windows this would lead to a memory management disaster.

      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