mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Further project file clean up
This commit is contained in:
parent
c9ff34af8d
commit
b7ae2eabc7
3 changed files with 6 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -534,7 +534,7 @@ public:
|
|||
QString version, libs, other;
|
||||
VersionMode mode = VersionMin;
|
||||
if(conf->findPkgConfig("libnotify", mode, req_ver, &version, &incs, &libs, &other)) {
|
||||
conf->addDefine("WITH_LIBNOTIFY");
|
||||
conf->addExtra("CONFIG += libnotify");
|
||||
for(int n = 0; n < incs.count(); ++n)
|
||||
conf->addIncludePath(incs[n]);
|
||||
if(!libs.isEmpty())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue