mirror of
https://github.com/transmission/transmission
synced 2024-12-24 00:34:04 +00:00
(qt) install manpage added in r10882
This commit is contained in:
parent
24a7cb5dd9
commit
b6fa7df0f6
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ LICENSE = "GPL"
|
||||||
target.path = /bin
|
target.path = /bin
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
|
unix: INSTALLS += man
|
||||||
|
man.path = /share/man/man1/
|
||||||
|
man.files = transmission-qt.1
|
||||||
|
|
||||||
CONFIG += qt qdbus thread debug link_pkgconfig
|
CONFIG += qt qdbus thread debug link_pkgconfig
|
||||||
QT += network
|
QT += network
|
||||||
PKGCONFIG = fontconfig libcurl openssl dbus-1
|
PKGCONFIG = fontconfig libcurl openssl dbus-1
|
||||||
|
|
Loading…
Reference in a new issue