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

QT build / target XP

XMLWordPrintable

    • cd1dff75561aa132f8dccd0a3c79b80962f3d161

      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

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes