Uploaded image for project: 'Qt Visual Studio Tools'
  1. Qt Visual Studio Tools
  2. QTVSADDINBUG-445

The library template shall not us QT_STATIC and QT_DLL

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Not Evaluated
    • 2.1.0
    • 2.0.0
    • General
    • None
    • ae78eac8820c9b43545e5fba363c5820027cf213

    Description

      Depending on the selection "Create Static Library (.lib)", the "ConfigurationType" is set as .lib or .dll, but in both cases a project_global.h is created. This makes only sense the case of a dll.

      The define "QT_STATIC" which is Qt-internal should be used only for the build of Qt itself.

      The "QT_DLL" preprocessor definition is added, which should no longer be used.

      Attachments

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

        Activity

          People

            heimrich Karsten Heimrich
            heimrich Karsten Heimrich
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes