mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 18:47:37 -07:00
Restructured the project file
Move OS specific configuration to separate project files
This commit is contained in:
parent
1ca084038c
commit
8a1e79d22f
34 changed files with 323 additions and 342 deletions
|
@ -13,7 +13,7 @@ public:
|
|||
bool exec()
|
||||
{
|
||||
if(!conf->getenv("QC_DISABLE_GUI").isEmpty()) {
|
||||
conf->addDefine("DISABLE_GUI");
|
||||
conf->addExtra("CONFIG += nox");
|
||||
}
|
||||
return(QT_VERSION >= 0x040500);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue