Hi,

I would like, in a rule of a product (application), apply some 
modification on the target files of another product (dynamic library) on 
which the application depends.
I tried using inputsFromDependencies as following but is does not works.

Product {
     type:['dynamicLibrary','mylib']
     name:'myLibrary'
}

Product {
     type:['application','myapp']

     Rule{
        inputs:['dynamicLibrary']
         inputsFromDependencies:['myLibrary']
         Artifact{
               filePath:input.filePath
               fileTags:"myapp"
         }
         prepare: .........
     }
}

What i'm doing wrong?

Many thanks in advance for any help.


Regards

Olivier

_______________________________________________
QBS mailing list
QBS@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qbs

Reply via email to