mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-08 22:07:53 +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
|
||||
|
||||
include(conf.pri)
|
||||
|
||||
SUBDIRS += src
|
||||
|
||||
|
@ -47,10 +47,6 @@ contains(DEBUG_MODE, 0){
|
||||
CONFIG += release
|
||||
}
|
||||
|
||||
exists(../conf.pri) {
|
||||
include(../conf.pri)
|
||||
}
|
||||
|
||||
# Install
|
||||
unix {
|
||||
# Man page
|
||||
|
Loading…
Reference in New Issue
Block a user