From 46a8d992cf061a1404102790accbdf7aa6eaf290 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 11 Mar 2007 18:40:35 +0000 Subject: [PATCH] - Moved include(conf.pri) to qbittorrent.pro (clearer) --- qbittorrent.pro | 2 ++ src/src.pro | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) 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