Fixed build system again

This commit is contained in:
Brian Hrebec 2013-03-19 15:07:28 -07:00
parent 998125919d
commit 3880262046
3 changed files with 6 additions and 11 deletions

View file

@ -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 = '.'