diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-02-10 14:57:51 (GMT) |
---|---|---|
committer | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-02-19 10:23:21 (GMT) |
commit | 6ebcf2c24b43fdc1d6da50e9d7ec9dd63dd507d7 (patch) | |
tree | 8b637adc5f9c4cd43677fe0c74309fb59e8ac3ba /qmake/generators/symbian/symmake.cpp | |
parent | 5254184c07b4da800e29000a251ed2a026bd2be5 (diff) | |
download | Qt-6ebcf2c24b43fdc1d6da50e9d7ec9dd63dd507d7.zip Qt-6ebcf2c24b43fdc1d6da50e9d7ec9dd63dd507d7.tar.gz Qt-6ebcf2c24b43fdc1d6da50e9d7ec9dd63dd507d7.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
Diffstat (limited to 'qmake/generators/symbian/symmake.cpp')
-rw-r--r-- | qmake/generators/symbian/symmake.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qmake/generators/symbian/symmake.cpp b/qmake/generators/symbian/symmake.cpp index 2055f81..a712434 100644 --- a/qmake/generators/symbian/symmake.cpp +++ b/qmake/generators/symbian/symmake.cpp @@ -49,6 +49,9 @@ #include <stdlib.h> #include <qdebug.h> +// Included from tools/shared +#include <symbian/epocroot.h> + #define RESOURCE_DIRECTORY_MMP "/resource/apps" #define RESOURCE_DIRECTORY_RESOURCE "\\\\resource\\\\apps\\\\" #define REGISTRATION_RESOURCE_DIRECTORY_HW "/private/10003a3f/import/apps" |