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
c9ff34af8d
commit
b7ae2eabc7
3 changed files with 6 additions and 2 deletions
|
@ -24,7 +24,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