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

Two Designer examples' .pro files have TEMPLATE and TARGET in the wrong order, causing wrong debug DLL names on Windows

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • None
    • 4.7.0
    • Examples and Demos
    • None

    Description

      examples/designer/

      {customwidgetplugin,worldtimeclockplugin}

      "TEMPLATE = lib" needs to come before the qtLibraryTarget() call, since qtLibraryTarget() acts differently when TEMPLATE contains lib. In particular, it ensures that DLLs will have a d suffix in debug mode (e.g. worldtimeclockplugin.dll (release) vs worldtimeclockplugind.dll (debug)).

      Attachments

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

        Activity

          People

            docteam Qt Documentation Team
            kenthans Kent Hansen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes