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. Building Qt shared libraries with static plugins

Building Qt shared libraries with static plugins

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 2.9k 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.
  • E Offline
    E Offline
    elemings
    wrote on last edited by
    #1

    Can someone post links (or outline the process) that describes how to build Qt shared libraries (esp. DLLs for Windows) but with the predefined plugins (e.g. imageformats) built into the shared libraries? Thanks.

    1 Reply Last reply
    0
    • R Offline
      R Offline
      rcari
      wrote on last edited by
      #2

      I don't know if that is possible, however I know there is a way to statically link to specific plugins, using Q_IMPORT_PLUGIN. The plugin DLL will be required for the application to properly run, so you should put them alongside your executable or in the PATH as you do with the Qt DLLs.

      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