OTHER: update functioncall in wscript to current api

This commit is contained in:
Thomas Frauendorfer 2009-10-18 23:56:06 +02:00
parent 0e8e5c69a6
commit 89a67e6bcc
3 changed files with 3 additions and 3 deletions

View file

@ -94,7 +94,7 @@ def build(bld):
incdirs = bld_subdirs
incdirs.append('.')
obj = bld.new_task_gen('qt4', 'cprogram', 'cxx')
obj = bld.new_task_gen(features='qt4 cprogram cxx')
obj.target = 'promoe'
obj.includes = incdirs
obj.source = sources