diff --git a/Makefile b/Makefile index fcbe7746099b7e0baef5fb6daacaa23edb5f50ce..3feaca37c159f6137bff1873de53a0848f10874e 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/setup.py b/setup.py index 7d7e3d97092ed04c52908f773504c57d08f11e7f..7b5be50035d8d0dffb4354acb63f23a36045d405 100755 --- a/setup.py +++ b/setup.py @@ -101,7 +101,7 @@ class Options(object): 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 @@ class Options(object): 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',