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

qbsres target breaks if qbs_disable_rpath is configured

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 1.13.0
    • 1.11.0
    • General
    • None
    • 126d3ecc9dda002304dd3143651c0b799118d18f (qbs/qbs/master)

    Description

      The following in static-res.pro breaks when built with qmake CONFIG+=qbs_disable_rpath 

      qbsres.target = $$builddirname/default/default.bg
      qbsres.commands = \
          $$shell_quote($$shell_path($$qbsbindir/qbs)) \
          build \
          --settings-dir $$shell_quote($$builddirname/settings) \
          -f $$shell_quote($$PWD/qbs.qbs) \
          -d $$shell_quote($$builddirname) \
          -p $$shell_quote("qbs resources") \
          project.withCode:false \
          project.withDocumentation:false \
          profile:none
      

      libqbscore.so hasn't been installed at this point so the qbs invocation is going to need an LD_PRELOAD or something similar

      Attachments

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

        Activity

          People

            kandeler Christian Kandeler
            asgeirb Asgeir Bjarni Ingvarsson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes