aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/proparser/qmakeglobals.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <[email protected]>2012-09-06 21:18:27 +0200
committerOswald Buddenhagen <[email protected]>2012-09-07 19:59:09 +0200
commitf3d437870e13135fc79d2baadff81c4d9a2e2ad9 (patch)
treeae7f1619eb9a9dda12e936b1e6e049d4ad2fc73d /src/shared/proparser/qmakeglobals.h
parent811f3627d9015b1fd00219a23db9f84f5f95aeb0 (diff)
put core implementation of $$shadowed() into QMakeGlobals
to make it available to a wider audience Change-Id: I7a706f8d31de97d8214ba5ea745e19d1dbfda1bc Reviewed-by: Daniel Teske <[email protected]>
Diffstat (limited to 'src/shared/proparser/qmakeglobals.h')
-rw-r--r--src/shared/proparser/qmakeglobals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/proparser/qmakeglobals.h b/src/shared/proparser/qmakeglobals.h
index 3e6bad5bab8..94c366be6db 100644
--- a/src/shared/proparser/qmakeglobals.h
+++ b/src/shared/proparser/qmakeglobals.h
@@ -133,6 +133,7 @@ public:
#endif
QString expandEnvVars(const QString &str) const;
+ QString shadowedPath(const QString &fileName) const;
private:
QString getEnv(const QString &) const;