mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Further project file clean up
This commit is contained in:
parent
8a1e79d22f
commit
c9ff34af8d
3 changed files with 3 additions and 3 deletions
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…
Add table
Add a link
Reference in a new issue