Cleanup build scripts

This commit is contained in:
Chocobo1
2018-12-21 18:31:49 +08:00
parent 8aa2789ded
commit 6bd5d0b8e9
4 changed files with 21 additions and 31 deletions

View File

@@ -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)
}