From b219926ffe1bb2453a76483494e55f657edbcb6a Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Sat, 16 Mar 2013 13:13:50 +0100 Subject: [PATCH] qcookboob in setup and makefile --- Makefile | 2 +- setup.py | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3feaca37c1..cd2e559efc 100644 --- a/Makefile +++ b/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 diff --git a/setup.py b/setup.py index 7b5be50035..d62c90c387 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', '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 @@ class Options(object): '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', -- GitLab