Uploaded image for project: 'Qbs ("Cubes")'
  1. Qbs ("Cubes")
  2. QBS-103

Add console/windows specification for Windows

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Done
    • P2: Important
    • 0.2
    • 0.1
    • Platforms: Windows
    • None
    • Windows

    Description

      Subsystem specification should be available for qbs.

      On qmake this is achieved using CONFIG += console or CONFIG += windows

      For g++, the following flags are configured in qmake.conf:

      QMAKE_LFLAGS_CONSOLE	= -Wl,-subsystem,console
      QMAKE_LFLAGS_WINDOWS	= -Wl,-subsystem,windows

      For msvc it is:

      QMAKE_LFLAGS_CONSOLE    = /SUBSYSTEM:CONSOLE
      QMAKE_LFLAGS_WINDOWS    = /SUBSYSTEM:WINDOWS

      This is related to QTCREATORBUG-7224

      Attachments

        Issue Links

          For Gerrit Dashboard: QBS-103
          # Subject Branch Project Status CR V

          Activity

            People

              jbornema Joerg Bornemann
              orgads Orgad Shaneh
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes