diff -r dee5afe5301f -r 3f74d0d4af4c tools/configure/environment.h --- a/tools/configure/environment.h Mon Mar 15 12:43:09 2010 +0200 +++ b/tools/configure/environment.h Thu Apr 08 14:19:33 2010 +0300 @@ -71,13 +71,12 @@ static bool cpdir(const QString &srcDir, const QString &destDir); static bool rmdir(const QString &name); + static QString symbianEpocRoot(); + private: static Compiler detectedCompiler; static CompilerInfo *compilerInfo(Compiler compiler); - static QString keyPath(const QString &rKey); - static QString keyName(const QString &rKey); - static QString readRegistryKey(HKEY parentHandle, const QString &rSubkey); };