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