mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 18:47:37 -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
|
@ -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] ");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue