mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Make use of QT_VERSION define instead of using our own define
This commit is contained in:
parent
291b94bef0
commit
e082c02630
9 changed files with 17 additions and 25 deletions
4
configure
vendored
4
configure
vendored
|
@ -312,11 +312,7 @@ public:
|
|||
if(!conf->getenv("QC_DISABLE_GUI").isEmpty()) {
|
||||
conf->addDefine("DISABLE_GUI");
|
||||
}
|
||||
if(QT_VERSION >= 0x040500) {
|
||||
conf->addDefine("QT_4_5");
|
||||
}
|
||||
return(QT_VERSION >= 0x040400);
|
||||
|
||||
}
|
||||
};
|
||||
#line 1 "pkg-config.qcm"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue