diff --git a/build.mk b/build.mk index cd2e559e..68ffba5c 100644 --- a/build.mk +++ b/build.mk @@ -1,5 +1,5 @@ core := weboob/tools/application/qt -applications := qboobmsg qhavedate qwebcontentedit qflatboob qcineoob qcookboob +applications := qboobmsg qhavedate qwebcontentedit qflatboob qcineoob qcookboob qhandjoob ifeq ($(WIN32),) applications += qvideoob endif diff --git a/setup.py b/setup.py index f44d8135..7788a3e2 100755 --- a/setup.py +++ b/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',