(qt) install manpage added in r10882
This commit is contained in:
parent
24a7cb5dd9
commit
b6fa7df0f6
|
@ -7,6 +7,10 @@ LICENSE = "GPL"
|
|||
target.path = /bin
|
||||
INSTALLS += target
|
||||
|
||||
unix: INSTALLS += man
|
||||
man.path = /share/man/man1/
|
||||
man.files = transmission-qt.1
|
||||
|
||||
CONFIG += qt qdbus thread debug link_pkgconfig
|
||||
QT += network
|
||||
PKGCONFIG = fontconfig libcurl openssl dbus-1
|
||||
|
|
Loading…
Reference in New Issue