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. Plugin dependencies?
Qt 6.11 is out! See what's new in the release blog

Plugin dependencies?

Scheduled Pinned Locked Moved General and Desktop
6 Posts 4 Posters 4.2k 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.
  • M Offline
    M Offline
    muhahaa
    wrote on last edited by
    #1

    How can I check reliably what plugins my program depends on?

    It seems that even the aboutQt dialog requires several plugins:

    bq.
    ModLoad: 01f90000 01f9b000 C:\QtSDK\Desktop\Qt\4.7.4\msvc2008\plugins\imageformats\qico4.dll
    ModLoad: 02030000 02063000 C:\QtSDK\Desktop\Qt\4.7.4\msvc2008\plugins\imageformats\qjpeg4.dll
    ModLoad: 02b40000 02b7a000 C:\QtSDK\Desktop\Qt\4.7.4\msvc2008\plugins\imageformats\qmng4.dll
    ModLoad: 021d0000 021d9000 C:\QtSDK\Desktop\Qt\4.7.4\msvc2008\plugins\imageformats\qsvg4.dll
    ModLoad: 66000000 66047000 C:\QtSDK\Desktop\Qt\4.7.4\msvc2008\bin\QtSvg4.dll
    ModLoad: 61000000 61056000 C:\QtSDK\Desktop\Qt\4.7.4\msvc2008\bin\QtXml4.dll
    ModLoad: 02ba0000 02be8000 C:\QtSDK\Desktop\Qt\4.7.4\msvc2008\plugins\imageformats\qtiff4.dll

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

      There's no reliable way to tell.
      Plugins are only loaded when needed, and, in case of the image formats, it can be that all image format plugins available in a certain directory are loaded in order to get a list of the supported formats.

      http://www.catb.org/~esr/faqs/smart-questions.html

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

        With a Qt plugin for PostgreSql I had a issue with dependencies. I used a Dependency Walker to check what I should deploy with app.

        1 Reply Last reply
        0
        • M Offline
          M Offline
          muhahaa
          wrote on last edited by
          #4

          [quote author="Hostel" date="1325187578"]With a Qt plugin for PostgreSql I had a issue with dependencies. I used a Dependency Walker to check what I should deploy with app.[/quote]

          Does Dependency Walker detect LoadLibrary dependencies?

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

            [quote author="muhahaa" date="1326301566"]
            Does Dependency Walker detect LoadLibrary dependencies?[/quote]

            No. It cannot know which plugins will be loaded.

            http://www.catb.org/~esr/faqs/smart-questions.html

            1 Reply Last reply
            0
            • J Offline
              J Offline
              josh h
              wrote on last edited by
              #6

              This program will show you modules loaded at runtime for any running Windows program:

              "http://www.codeproject.com/Articles/301/Display-Loaded-Modules-v1-5":http://www.codeproject.com/Articles/301/Display-Loaded-Modules-v1-5

              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