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

QT build / target XP

    XMLWordPrintable

Details

    • cd1dff75561aa132f8dccd0a3c79b80962f3d161

    Description

      After QTBUG-29939 target XP was adder in configuration.
      But, this works good for *.exe files, but *.dll are still without XP target.
      I think in both qmake.conf is on line 76 missing /SUBSYSTEM part.

      Nice fix is:
      QMAKE_LFLAGS_DLL = /DLL /SUBSYSTEM:WINDOWS@QMAKE_SUBSYSTEM_SUFFIX@
      but it doesn't works, because of QMAKE_SUBSYSTEM_SUFFIX doesn't resolve in qmake for this flag.

      Current working fix for XP 32bit target is:
      QMAKE_LFLAGS_DLL = /DLL /SUBSYSTEM:WINDOWS,5.01

      Attachments

        Issue Links

          For Gerrit Dashboard: QTBUG-41504
          # Subject Branch Project Status CR V

          Activity

            People

              jbornema Joerg Bornemann
              ritchie Richard Patek
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes