Browse Source

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

adaptive-webui-19844
Christophe Dumez 18 years ago
parent
commit
46a8d992cf
  1. 2
      qbittorrent.pro
  2. 4
      src/src.pro

2
qbittorrent.pro

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

4
src/src.pro

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

Loading…
Cancel
Save