Fixed build system again
This commit is contained in:
parent
998125919d
commit
3880262046
3 changed files with 6 additions and 11 deletions
|
|
@ -57,7 +57,7 @@ def build(bld):
|
|||
obj = bld.new_task_gen(features='qt4 cstaticlib cxx')
|
||||
obj.target = 'dir_iterator'
|
||||
obj.install_path = 0 # Don't install
|
||||
obj.includes = ['.', '/usr/include/QtCore', '/usr/include/QtGui']
|
||||
obj.includes = '.'
|
||||
obj.source = sources
|
||||
obj.uselib = 'QTCORE QTGUI LIBARCHIVE'
|
||||
obj.export_incdirs = '.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue