- Moved include(conf.pri) to qbittorrent.pro (clearer)

This commit is contained in:
Christophe Dumez 2007-03-11 18:40:35 +00:00
parent 4a11bc034b
commit 46a8d992cf
2 changed files with 2 additions and 4 deletions

View file

@ -1,4 +1,6 @@
TEMPLATE = subdirs TEMPLATE = subdirs
include(conf.pri)
SUBDIRS += src SUBDIRS += src

View file

@ -47,10 +47,6 @@ contains(DEBUG_MODE, 0){
CONFIG += release CONFIG += release
} }
exists(../conf.pri) {
include(../conf.pri)
}
# Install # Install
unix { unix {
# Man page # Man page