summaryrefslogtreecommitdiffstats
path: root/qmake/meta.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-07-09 19:15:42 +0200
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-07-16 15:44:23 +0000
commitcaaceb30e6d998939f13eb6caccef6dbd49b9558 (patch)
tree5f7a31c3d80440fbf827532fb0c7e37eedb30518 /qmake/meta.h
parenteb9da60f0c87cb4a3b2b26a66888c0f95cdfa6b4 (diff)
qmake: refactor QMakeMetaInfo::findLib() interface
move the logic for trying different extensions to MakefileGenerator::processPrlFile(), which is the only user of that functionality. that makes findLib() rather trivial and a bit of a misnomer, so rename it to checkLib(). Change-Id: If9738cc17367452853ab8d3866fa36b5d4b57213 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'qmake/meta.h')
-rw-r--r--qmake/meta.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/meta.h b/qmake/meta.h
index b2a0f40054..4721085fd2 100644
--- a/qmake/meta.h
+++ b/qmake/meta.h
@@ -48,7 +48,7 @@ public:
QMakeMetaInfo(QMakeProject *_conf);
// These functions expect the path to be normalized
- static QString findLib(const QString &lib);
+ static QString checkLib(const QString &lib);
bool readLib(const QString &meta_file);
bool isEmpty(const ProKey &v);