summaryrefslogtreecommitdiffstats
path: root/tools/configure/environment.h
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-02-10 20:30:24 (GMT)
committerGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-02-18 16:34:25 (GMT)
commit35f7b0803ea9f43981370aff0da4f4d06c248396 (patch)
tree7cb909239f721f6ebcb77535cfa05de1c52fa55a /tools/configure/environment.h
parentea34fbde76a0407dc4a9bb9f4a3140c4764ca6ba (diff)
downloadQt-35f7b0803ea9f43981370aff0da4f4d06c248396.zip
Qt-35f7b0803ea9f43981370aff0da4f4d06c248396.tar.gz
Qt-35f7b0803ea9f43981370aff0da4f4d06c248396.tar.bz2
Added implementation of epocRoot() function to configure
Exposing epocRoot() to the configure application allows it to determine the location of the currently active Symbian SDK, so that support for optional SDK features can be checked. Reviewed-by: Miikka Heikkinen
Diffstat (limited to 'tools/configure/environment.h')
-rw-r--r--tools/configure/environment.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/configure/environment.h b/tools/configure/environment.h
index 549dcfa..b1cbe3a 100644
--- a/tools/configure/environment.h
+++ b/tools/configure/environment.h
@@ -71,6 +71,8 @@ public:
static bool cpdir(const QString &srcDir, const QString &destDir);
static bool rmdir(const QString &name);
+ static QString symbianEpocRoot();
+
private:
static Compiler detectedCompiler;