Ubuntu: add "click" make target

This commit is contained in:
Alberto Mardegan 2014-12-25 20:07:32 +01:00
parent 705b8bd51c
commit d9390956e3
2 changed files with 12 additions and 0 deletions

View file

@ -94,3 +94,8 @@ TRANSLATIONS += i18n/qml-translation.cs.ts \
i18n/qml-translation.ro.ts \ i18n/qml-translation.ro.ts \
i18n/qml-translation.ru.ts \ i18n/qml-translation.ru.ts \
i18n/qml-translation.zh_CN.ts i18n/qml-translation.zh_CN.ts
click.target = click
click.depends = install
click.commands = "click build click"
QMAKE_EXTRA_TARGETS += click

7
ubuntu/README.txt Normal file
View file

@ -0,0 +1,7 @@
In order to build the Ubuntu click package of ttRSS, simply do the following:
mkdir build && cd build
qmake ../ttrss-ubuntu.pro
make click
The click file will be generated in the current directory.