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

Generating Visual Studio project does not include all plugin DLLs under certain circumstanes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 5.4.0
    • None
    • Qt 5.4.0 / Windows Phone 8.1 ARM
      Visual Studio 2013 Ultimate (Update 4), Windows 8.1 Pro
    • WinRT

      Creating a Visual Studio 2013 project in the project directory using "windeploy" works, e.g. all required plugins are copied during compilation in Visual Studio:

      qmake -tp vc myproject.pro "CONFIG+=windeployqt"

      When the command is called from a subdirectory in the project path (so that the main path is not cluttered with all the Visual Studio stuff) some plugins are not copied (especially qmltooling, QtQuick, QtQuick.2):

      qmake -tp vc ../myproject.pro "CONFIG+=windeployqt"

      Some plugins, such as imageformats, platform, or sqldriver are copied correctly in both cases.

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

            DanielSt Peter Staab
            DanielSt Peter Staab
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes