mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
- Fixed prefix in Makefile
This commit is contained in:
parent
c0db66e089
commit
c17196e07c
1 changed files with 4 additions and 3 deletions
|
@ -40,9 +40,10 @@ contains(DEBUG_MODE, 0){
|
|||
|
||||
# Includes
|
||||
include($$TRAYICON_CPP/trayicon.pri)
|
||||
#exists(../conf.pri) {
|
||||
# include(../conf.pri)
|
||||
#}
|
||||
|
||||
exists(../conf.pri) {
|
||||
include(../conf.pri)
|
||||
}
|
||||
|
||||
# Install
|
||||
unix {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue