mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-07 08:02:30 -06:00
Restructured the project file
Move OS specific configuration to separate project files
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user