summaryrefslogtreecommitdiffstats
path: root/qmake/generators/makefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/generators/makefile.h')
-rw-r--r--qmake/generators/makefile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qmake/generators/makefile.h b/qmake/generators/makefile.h
index 4ced3bd121..6341a141b9 100644
--- a/qmake/generators/makefile.h
+++ b/qmake/generators/makefile.h
@@ -139,6 +139,8 @@ protected:
QStringList escapeDependencyPaths(const QStringList &paths) const;
ProStringList escapeDependencyPaths(const ProStringList &paths) const;
+ QStringList finalizeDependencyPaths(const QStringList &paths) const;
+
//initialization
void verifyCompilers();
virtual void init();