Skip to content
Snippets Groups Projects
  • jkito's avatar
    9e535d7c
    build: pass in PROVIDER env variable to getparam script · 9e535d7c
    jkito authored and jkito's avatar jkito committed
    running 'getparam binname' should return the name we want to set
    for the qmake TARGET based on the PROVIDER from the  vendor.conf
    file, due to running it inside a subshell in make it always gets
    the value for the default provider, setting PROVIDER env returns
    the correct value
    
    it also updates the qmake project file to use the TARGET env var
    and the build script to pass TARGET to qmake command as arg
    9e535d7c
    History
    build: pass in PROVIDER env variable to getparam script
    jkito authored and jkito's avatar jkito committed
    running 'getparam binname' should return the name we want to set
    for the qmake TARGET based on the PROVIDER from the  vendor.conf
    file, due to running it inside a subshell in make it always gets
    the value for the default provider, setting PROVIDER env returns
    the correct value
    
    it also updates the qmake project file to use the TARGET env var
    and the build script to pass TARGET to qmake command as arg