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

Segmentation fault on Properties inside Export block

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 1.2.1
    • 1.2.0
    • General
    • None
    • d203f9b8203dedd08e3588af0c64e1d16e130bf8

    Description

      qbs falls on following code snippet.

      DynamicLibrary {
          name: "Qtdwm"
      
          Depends { name: "Qt"; submodules: [ 'core', 'gui' ] }
          Depends { name: "Qt.widgets"; condition: Qt.core.versionMajor === 5 }
      
          Export {
              Properties {
                  condition: qbs.targetOS.contains("windows")
                  cpp.dynamicLibraries: "gdi32"
              }
      
              Depends { name: "cpp" }
          }
      }
      

      Attachments

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

        Activity

          People

            jbornema Joerg Bornemann
            sauronthedark Aleksey Sidorov
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes