mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -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
|
# Includes
|
||||||
include($$TRAYICON_CPP/trayicon.pri)
|
include($$TRAYICON_CPP/trayicon.pri)
|
||||||
#exists(../conf.pri) {
|
|
||||||
# include(../conf.pri)
|
exists(../conf.pri) {
|
||||||
#}
|
include(../conf.pri)
|
||||||
|
}
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
unix {
|
unix {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue