Add qcineoob in setup.py and Makefile

This commit is contained in:
Florent 2013-03-13 17:38:25 +01:00
commit 5d70856014
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,5 @@
core := weboob/tools/application/qt
applications := qboobmsg qhavedate qwebcontentedit qflatboob
applications := qboobmsg qhavedate qwebcontentedit qflatboob qcineoob
ifeq ($(WIN32),)
applications += qvideoob
endif

View file

@ -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'))
qt_scripts = set(('qboobmsg', 'qhavedate', 'qvideoob', 'weboob-config-qt', 'qwebcontentedit', 'qflatboob', 'qcineoob'))
if not options.hildon:
scripts = scripts - hildon_scripts
@ -116,6 +116,8 @@ hildon_packages = set((
qt_packages = set((
'weboob.applications.qboobmsg',
'weboob.applications.qboobmsg.ui',
'weboob.applications.qcineoob',
'weboob.applications.qcineoob.ui',
'weboob.applications.qhavedate',
'weboob.applications.qhavedate.ui',
'weboob.applications.qvideoob',