Hi Everybody,

With QBS 1.3 we are trying to defined a post build process on our product (a dynamiclibrary) to call install_name_tool in order to change some library dependencies. For that we defined the following rule (MyLib is defined as a type of the product)
Rule{

        inputs:  ['dynamiclibrary']

        Artifact  {

            filePath:  input.filePath

            fileTags:  "MyLib"}

        prepare:  {

      ......

        }

    }


When doing that, we get a conflict rule message with the internal qbs file (GenericGCC.qbs:113:18)
Apparently this is because our rule as the same file as input and output.
With previous version of QBS it was possible to do it.

Is there any solution to do what we want.
Many thanks in advance for help

Regards


Olivier



_______________________________________________
QBS mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qbs

Reply via email to