qcookboob in setup and makefile
This commit is contained in:
parent
ee5a819cb5
commit
b219926ffe
2 changed files with 4 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
core := weboob/tools/application/qt
|
||||
applications := qboobmsg qhavedate qwebcontentedit qflatboob qcineoob
|
||||
applications := qboobmsg qhavedate qwebcontentedit qflatboob qcineoob qcookboob
|
||||
ifeq ($(WIN32),)
|
||||
applications += qvideoob
|
||||
endif
|
||||
|
|
|
|||
4
setup.py
4
setup.py
|
|
@ -101,7 +101,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'))
|
||||
qt_scripts = set(('qboobmsg', 'qhavedate', 'qvideoob', 'weboob-config-qt', 'qwebcontentedit', 'qflatboob', 'qcineoob', 'qcookboob'))
|
||||
|
||||
if not options.hildon:
|
||||
scripts = scripts - hildon_scripts
|
||||
|
|
@ -118,6 +118,8 @@ qt_packages = set((
|
|||
'weboob.applications.qboobmsg.ui',
|
||||
'weboob.applications.qcineoob',
|
||||
'weboob.applications.qcineoob.ui',
|
||||
'weboob.applications.qcookboob',
|
||||
'weboob.applications.qcookboob.ui',
|
||||
'weboob.applications.qhavedate',
|
||||
'weboob.applications.qhavedate.ui',
|
||||
'weboob.applications.qvideoob',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue