diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-02-10 14:57:51 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-02-23 08:23:07 (GMT) |
commit | 295e3dd7e07c7a1788e3dce4446eab9a608f99e6 (patch) | |
tree | b6c52403eeac9b06aedf59415a3a9e4f00b05f36 /qmake/generators/symbian/symmake_abld.cpp | |
parent | ba301c2e265f3132906254b145fad394eeb4091f (diff) | |
download | Qt-295e3dd7e07c7a1788e3dce4446eab9a608f99e6.zip Qt-295e3dd7e07c7a1788e3dce4446eab9a608f99e6.tar.gz Qt-295e3dd7e07c7a1788e3dce4446eab9a608f99e6.tar.bz2 |
Factored epocRoot implementation out of qmake
This function is now implemented in its own source file, rather
than being embedded within the Symbian qmake generator.
The motivation for this is to allow code to be shared between
qmake and configure - the latter needs to determine the epoc
root path in order to perform feature detection on Symbian SDKs.
Reviewed-by: Miikka Heikkinen
(cherry picked from commit 6ebcf2c24b43fdc1d6da50e9d7ec9dd63dd507d7)
Diffstat (limited to 'qmake/generators/symbian/symmake_abld.cpp')
-rw-r--r-- | qmake/generators/symbian/symmake_abld.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qmake/generators/symbian/symmake_abld.cpp b/qmake/generators/symbian/symmake_abld.cpp index 9b7ae3e..81165f5 100644 --- a/qmake/generators/symbian/symmake_abld.cpp +++ b/qmake/generators/symbian/symmake_abld.cpp @@ -48,6 +48,9 @@ #include <qdatetime.h> #include <qdebug.h> +// Included from tools/shared +#include <symbian/epocroot.h> + #define DO_NOTHING_TARGET "do_nothing" #define CREATE_TEMPS_TARGET "create_temps" #define EXTENSION_CLEAN "extension_clean" |