diff --git a/ttrss-ubuntu.pro b/ttrss-ubuntu.pro index ac710d4..0ccc91b 100644 --- a/ttrss-ubuntu.pro +++ b/ttrss-ubuntu.pro @@ -94,3 +94,8 @@ TRANSLATIONS += i18n/qml-translation.cs.ts \ i18n/qml-translation.ro.ts \ i18n/qml-translation.ru.ts \ i18n/qml-translation.zh_CN.ts + +click.target = click +click.depends = install +click.commands = "click build click" +QMAKE_EXTRA_TARGETS += click diff --git a/ubuntu/README.txt b/ubuntu/README.txt new file mode 100644 index 0000000..85c4d18 --- /dev/null +++ b/ubuntu/README.txt @@ -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.