Ubuntu: add "click" make target
This commit is contained in:
parent
705b8bd51c
commit
d9390956e3
2 changed files with 12 additions and 0 deletions
|
|
@ -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
7
ubuntu/README.txt
Normal 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.
|
||||||
Loading…
Add table
Reference in a new issue