mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Migrate the build system to autotools.
This commit is contained in:
parent
e8c14f3507
commit
380438f99b
26 changed files with 12061 additions and 2043 deletions
|
@ -16,9 +16,6 @@ exists($$OUT_PWD/../conf.pri) {
|
|||
|
||||
QMAKE_CXXFLAGS += -Wformat -Wformat-security
|
||||
QMAKE_LFLAGS_APP += -rdynamic
|
||||
CONFIG += link_pkgconfig
|
||||
PKGCONFIG += libtorrent-rasterbar
|
||||
LIBS += -lssl -lcrypto -lz
|
||||
|
||||
# Man page
|
||||
nox {
|
||||
|
@ -27,7 +24,7 @@ nox {
|
|||
man.files = ../doc/qbittorrent.1
|
||||
}
|
||||
|
||||
man.path = $$MANPREFIX/man/man1/
|
||||
man.path = $$MANPREFIX/man1
|
||||
INSTALLS += man
|
||||
|
||||
# Menu Icon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue