summaryrefslogtreecommitdiffstats
path: root/qmake/meta.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-07-09 17:23:06 +0200
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-07-16 15:44:10 +0000
commit317b5d95531d0ee4c42bc0c16a8e4551e17c73a5 (patch)
tree87bf604e440ab1a3cbf8bccb5ad0e063c1ef05c2 /qmake/meta.h
parent88867e39bc952586aec7648615f3cbebb8869ba3 (diff)
qmake: prune pkg-config reader stub from QMakeMetaInfo
this code operates way below the level integrating with a package manager makes sense. consequently, remove the "TODO item". support at a higher level is actually implemented anyway. Change-Id: I8e1e43911dd40aa7585e49c1ad1e37b999779308 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'qmake/meta.h')
-rw-r--r--qmake/meta.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qmake/meta.h b/qmake/meta.h
index dd53cdc7a3..98f16b5fc3 100644
--- a/qmake/meta.h
+++ b/qmake/meta.h
@@ -42,7 +42,6 @@ class QMakeProject;
class QMakeMetaInfo
{
bool readLibtoolFile(const QString &f);
- bool readPkgCfgFile(const QString &f);
QMakeProject *conf;
ProValueMap vars;
QString meta_type;