OTHER: update functioncall in wscript to current api
This commit is contained in:
parent
0e8e5c69a6
commit
89a67e6bcc
3 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ def configure(conf):
|
|||
|
||||
|
||||
def build(bld):
|
||||
obj = bld.new_task_gen('qt4', 'cxx')
|
||||
obj = bld.new_task_gen(features='qt4 cxx')
|
||||
obj.target = 'promoe_data'
|
||||
obj.install_path = 0 # Don't install
|
||||
obj.source = 'skins/Almond-blue.qrc'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue