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. Static qt program call dynamic dll
Qt 6.11 is out! See what's new in the release blog

Static qt program call dynamic dll

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

    i have compile static qt(not include webkit module), but my program used webkit, so i want compile static programe and call dynamic webkit dll, how can i do??

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Just link to your dynamically built webkit module and resolve hundreds of little issues you will find ;P Static and dynamic linking can be mixed (in fact, it almost always is mixed).

      (Z(:^

      1 Reply Last reply
      0
      • H Offline
        H Offline
        huajin
        wrote on last edited by
        #3

        my program run in CD, it is very slow. so i try compile static program, and i have tested, it is very fast then before. i use vs2010, if i use mingw32, it is also slow. but my program use webkit which is so hard to make static.

        how can i do to speed up it which run in CD.

        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