Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-58088

Windeployqt.exe does to find all Qt dependencies

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Not Evaluated Not Evaluated
    • None
    • 5.7.0
    • None
    • I have Qt 5.7 MSVC 2015_64 bit on Windows 10 and I ran windeployqt from the cmd Qt 5.7 64-bit for Desktop (MSVC 2015).

      In my .pro file I have

      QT+= core gui xml xmlpatterns widgets webenginewidgets network
      

      but after running

      windeployqt.exe myfile.exe

      I only get the following dependcies:

      Direct dependencies: Qt5Core Qt5Gui Qt5Widgets
      All dependencies   : Qt5Core Qt5Gui Qt5Widgets
      To be deployed     : Qt5Core Qt5Gui Qt5Svg Qt5Widgets
      

      My exe file gives me error for not having the dll files, but if I add them manually or if I run

      windeployqt.exe -xml -network -xmlpatterns -webenginewidgets -webenginecore myfile.exe

      it works.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            kleint Friedemann Kleint
            namox Adolfo Muller
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes