diff options
| author | Alex <qt-info@nokia.com> | 2010-02-15 14:48:45 +1000 |
|---|---|---|
| committer | Alex <qt-info@nokia.com> | 2010-02-15 14:48:45 +1000 |
| commit | 852c28d35d1148e8b81d9a4b6a525c74cea084cc (patch) | |
| tree | 1bf5394145a5d5e00d15849fe26eaa7bad9df498 /doc/src/snippets/snippets.pro | |
| parent | 0e543ce6781e8fd3eea62944dd8c8363cce322d9 (diff) | |
fix Symbian MCL builds
Symbian MCL build never run configure and provide their own config.pri.
This means that .qmake.cache is never created which in turn prevents
QT_MOBILITY_SOURCE_TREE and QT_MOBILITY_BUILD_TREE are never defined.
This change defines a default assignment based on the assumption that
we never do shadow builds of Symbian MCL code.
Diffstat (limited to 'doc/src/snippets/snippets.pro')
| -rw-r--r-- | doc/src/snippets/snippets.pro | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/src/snippets/snippets.pro b/doc/src/snippets/snippets.pro index 70662be470..d3b76437c9 100644 --- a/doc/src/snippets/snippets.pro +++ b/doc/src/snippets/snippets.pro @@ -1,9 +1,4 @@ -###################################################################### -# -# Mobility API project -# -###################################################################### - +include(../../../pathconfig.pri) include($$QT_MOBILITY_BUILD_TREE/config.pri) TEMPLATE = subdirs |
