mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-10 17:35:00 -06:00
Cleanup build scripts
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
# Generated by the configure file
|
||||
# Ignore any WARNING about 'conf.pri' missing during configure. The file should be found during make.
|
||||
# If not there will be a WARNING again.
|
||||
# The first path is used when the source is being build by packagers (pbuilder/sbuild/etc)
|
||||
# The second path is used when you manually run the configure script in the root folder (eg when using qt creator)
|
||||
exists($$OUT_PWD/../conf.pri) {
|
||||
include($$OUT_PWD/../conf.pri)
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
include(conf.pri)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user