Hello all.

I am trying to understand the possibilities of creating complex modules name

____

DynamicLibrary {

    name: "SomeLib"+"_"+SomePostfix

....

}



Application {

    name: "SomeApplication"+'_'+OtherPostfix

     Depends { name: "cpp" }

    Depends { name: "Qt"; submodules: ["core", "network"] }

    Depends { name: "SomeLib"+"_"+SomePostfix }

....

}

Is it possible, may be I must know a trick.
By default this construction is not working. (Product dependency '....' not
found. )


Thanks a lot!
-- 
Oleg Shalnev         (Kalpa Project)
----------------------------------------------
mailto: o...@kalpa.ru
skype:  oleg_shalnev
cell    :  +79187417217
_______________________________________________
QBS mailing list
QBS@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qbs

Reply via email to