From 5d70856014439bfe867ab905345b102f91a29cba Mon Sep 17 00:00:00 2001 From: Florent Date: Wed, 13 Mar 2013 17:38:25 +0100 Subject: [PATCH] Add qcineoob in setup.py and Makefile --- Makefile | 2 +- setup.py | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fcbe774609..3feaca37c1 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 7d7e3d9709..7b5be50035 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', -- GitLab