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

Add console/windows specification for Windows

XMLWordPrintable

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

      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

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes