diff --git a/qbittorrent.pro b/qbittorrent.pro index d92342723..71cd4c84d 100644 --- a/qbittorrent.pro +++ b/qbittorrent.pro @@ -1,4 +1,6 @@ TEMPLATE = subdirs +include(conf.pri) + SUBDIRS += src diff --git a/src/src.pro b/src/src.pro index 49f111407..f0b509c05 100644 --- a/src/src.pro +++ b/src/src.pro @@ -47,10 +47,6 @@ contains(DEBUG_MODE, 0){ CONFIG += release } -exists(../conf.pri) { - include(../conf.pri) -} - # Install unix { # Man page