add missing references to build qhandjoob
This commit is contained in:
parent
a7f4b83587
commit
e30fd0b9e9
2 changed files with 4 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -111,7 +111,7 @@ scripts = set(os.listdir('scripts'))
|
|||
packages = set(find_packages())
|
||||
|
||||
hildon_scripts = set(('masstransit',))
|
||||
qt_scripts = set(('qboobmsg', 'qhavedate', 'qvideoob', 'weboob-config-qt', 'qwebcontentedit', 'qflatboob', 'qcineoob', 'qcookboob'))
|
||||
qt_scripts = set(('qboobmsg', 'qhavedate', 'qvideoob', 'weboob-config-qt', 'qwebcontentedit', 'qflatboob', 'qcineoob', 'qcookboob', 'qhandjoob'))
|
||||
|
||||
if not options.hildon:
|
||||
scripts = scripts - hildon_scripts
|
||||
|
|
@ -130,6 +130,8 @@ qt_packages = set((
|
|||
'weboob.applications.qcineoob.ui',
|
||||
'weboob.applications.qcookboob',
|
||||
'weboob.applications.qcookboob.ui',
|
||||
'weboob.applications.qhandjoob',
|
||||
'weboob.applications.qhandjoob.ui',
|
||||
'weboob.applications.qhavedate',
|
||||
'weboob.applications.qhavedate.ui',
|
||||
'weboob.applications.qvideoob',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue