mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Further project file clean up
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -625,7 +625,7 @@ public:
|
|||||||
s = conf->getenv("QC_WITH_QTSINGLEAPPLICATION");
|
s = conf->getenv("QC_WITH_QTSINGLEAPPLICATION");
|
||||||
if(s.compare("system", Qt::CaseInsensitive) == 0) {
|
if(s.compare("system", Qt::CaseInsensitive) == 0) {
|
||||||
// System
|
// System
|
||||||
conf->addDefine("USE_SYSTEM_QTSINGLEAPPLICATION");
|
conf->addExtra("CONFIG += usesystemqtsingleapplication");
|
||||||
printf(" [system] ");
|
printf(" [system] ");
|
||||||
} else {
|
} else {
|
||||||
printf(" [shipped] ");
|
printf(" [shipped] ");
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ public:
|
|||||||
s = conf->getenv("QC_WITH_QTSINGLEAPPLICATION");
|
s = conf->getenv("QC_WITH_QTSINGLEAPPLICATION");
|
||||||
if(s.compare("system", Qt::CaseInsensitive) == 0) {
|
if(s.compare("system", Qt::CaseInsensitive) == 0) {
|
||||||
// System
|
// System
|
||||||
conf->addDefine("USE_SYSTEM_QTSINGLEAPPLICATION");
|
conf->addExtra("CONFIG += usesystemqtsingleapplication");
|
||||||
printf(" [system] ");
|
printf(" [system] ");
|
||||||
} else {
|
} else {
|
||||||
printf(" [shipped] ");
|
printf(" [shipped] ");
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ RESOURCES += icons.qrc \
|
|||||||
about.qrc
|
about.qrc
|
||||||
|
|
||||||
# Source code
|
# Source code
|
||||||
contains(DEFINES, USE_SYSTEM_QTSINGLEAPPLICATION) {
|
usesystemqtsingleapplication {
|
||||||
nox {
|
nox {
|
||||||
CONFIG += qtsinglecoreapplication
|
CONFIG += qtsinglecoreapplication
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user