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. Why do i need these dlls for my application to launch?
Forum Updated to NodeBB v4.3 + New Features

Why do i need these dlls for my application to launch?

Scheduled Pinned Locked Moved Installation and Deployment
6 Posts 2 Posters 1.8k Views 2 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.
  • L Offline
    L Offline
    Leon
    wrote on last edited by
    #1

    For example i needed
    the qml,quick,printsupport dlls where i dont use qml neither qt quick neither i am printing something in my application

    I have qt5.5 mingw

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      What modules are you exactly using ? Can you share your pro file ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      L 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        What modules are you exactly using ? Can you share your pro file ?

        L Offline
        L Offline
        Leon
        wrote on last edited by
        #3

        @SGaist Here is my pro file, not sure what exactly you want so i give it all

        http://pastebin.com/NsCCJ6PH

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          webkitwidgets will pull some dependencies in.

          Do you have any QT +=statement in gui.pri and tools.pri

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          L 1 Reply Last reply
          0
          • SGaistS SGaist

            webkitwidgets will pull some dependencies in.

            Do you have any QT +=statement in gui.pri and tools.pri

            L Offline
            L Offline
            Leon
            wrote on last edited by
            #5

            @SGaist None

            For a simple application i need this
            platforms/qwindows.dll
            libgcc_s_dw2-1.dll
            libstdc++-6.dll
            libwinpthread-1.dll
            Qt5Core.dll
            Qt5Gui.dll
            Qt5Widgets.dll
            test.exe

            For my application i need all these:
            icudt54.dll
            icuin54.dll
            icuuc54.dll
            libgcc_s_dw2-1.dll
            libstdc++-6.dll
            libwinpthread-1.dll
            Qt5Core.dll
            Qt5Gui.dll
            Qt5Multimedia.dll
            Qt5MultimediaWidgets.dll
            Qt5Network.dll
            Qt5OpenGL.dll
            Qt5Positioning.dll
            Qt5PrintSupport.dll
            Qt5Qml.dll
            Qt5Quick.dll
            Qt5Sensors.dll
            Qt5Sql.dll
            Qt5WebChannel.dll
            Qt5WebKit.dll
            Qt5WebKitWidgets.dll
            Qt5Widgets.dll
            wallch.exe

            I use translation files so i guess that's why ICU dlls are needed
            but some of the others like
            Qt5Positioning.dll
            Qt5PrintSupport.dll
            Qt5Qml.dll
            Qt5Quick.dll
            Qt5Sensors.dll

            are the reason i made this post. I don't know how else i can help you, so you help me.
            Here is my project: http://bazaar.launchpad.net/~wallch/wallpaper-changer/trunk/tarball/194

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              ICU is a dependency of webkit and you are using the webkitwidgets module

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              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