OTHER: revert change to build resources as static library
If resources are build as static libraries they have to be initializes manually I have to add some code do that automatically
This commit is contained in:
parent
7501a912c9
commit
0ba2803f26
3 changed files with 3 additions and 4 deletions
|
@ -100,7 +100,7 @@ def build(bld):
|
|||
obj.target = 'promoe'
|
||||
obj.includes = incdirs
|
||||
obj.source = sources
|
||||
obj.uselib_local = 'promoe_lib promoe_data'
|
||||
obj.uselib_local = 'promoe_lib'
|
||||
obj.uselib = 'QTCORE QTGUI AVAHI-CLIENT AVAHI-QT4'
|
||||
pass
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue