Further project file clean up

This commit is contained in:
Christophe Dumez 2010-11-20 17:32:59 +00:00
commit b7ae2eabc7
3 changed files with 6 additions and 2 deletions

View file

@ -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())