mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-24 05:25:37 +00:00
- Moved include(conf.pri) to qbittorrent.pro (clearer)
This commit is contained in:
parent
4a11bc034b
commit
46a8d992cf
@ -1,4 +1,6 @@
|
|||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
|
|
||||||
|
include(conf.pri)
|
||||||
|
|
||||||
SUBDIRS += src
|
SUBDIRS += src
|
||||||
|
|
||||||
|
@ -47,10 +47,6 @@ contains(DEBUG_MODE, 0){
|
|||||||
CONFIG += release
|
CONFIG += release
|
||||||
}
|
}
|
||||||
|
|
||||||
exists(../conf.pri) {
|
|
||||||
include(../conf.pri)
|
|
||||||
}
|
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
unix {
|
unix {
|
||||||
# Man page
|
# Man page
|
||||||
|
Loading…
x
Reference in New Issue
Block a user