tools/configure/environment.h
branchRCL_3
changeset 7 3f74d0d4af4c
parent 4 3b1da2848fc7
equal deleted inserted replaced
6:dee5afe5301f 7:3f74d0d4af4c
    69 
    69 
    70     static int execute(QStringList arguments, const QStringList &additionalEnv, const QStringList &removeEnv);
    70     static int execute(QStringList arguments, const QStringList &additionalEnv, const QStringList &removeEnv);
    71     static bool cpdir(const QString &srcDir, const QString &destDir);
    71     static bool cpdir(const QString &srcDir, const QString &destDir);
    72     static bool rmdir(const QString &name);
    72     static bool rmdir(const QString &name);
    73 
    73 
       
    74     static QString symbianEpocRoot();
       
    75 
    74 private:
    76 private:
    75     static Compiler detectedCompiler;
    77     static Compiler detectedCompiler;
    76 
    78 
    77     static CompilerInfo *compilerInfo(Compiler compiler);
    79     static CompilerInfo *compilerInfo(Compiler compiler);
    78     static QString keyPath(const QString &rKey);
       
    79     static QString keyName(const QString &rKey);
       
    80     static QString readRegistryKey(HKEY parentHandle, const QString &rSubkey);
       
    81 };
    80 };
    82 
    81 
    83 
    82 
    84 QT_END_NAMESPACE
    83 QT_END_NAMESPACE