qtmobility/staticconfig.pri
author William Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:42:52 +0100
branchGCC_SURGE
changeset 17 6745d806c5ff
parent 0 cfcbf08528c4
child 21 885c2596c964
permissions -rw-r--r--
Catchup to latest Symbian^4

#
# Fix up QT_MOBILITY_SOURCE_TREE if it isn't defined
#
# Symbian MCL builds do not run configure and hence don't have 
# .qmake.cache which set QT_MOBILITY_SOURCE_TREE and 
# QT_MOBILITY_BUILD_TREE. Therefore we need to define a fallback.
# This has the disadvantage that shadow builds are not supported.


isEmpty(QT_MOBILITY_SOURCE_TREE):QT_MOBILITY_SOURCE_TREE = $$PWD 
isEmpty(QT_MOBILITY_BUILD_TREE):QT_MOBILITY_BUILD_TREE = $$PWD 

#now include the dynamic config
include($$QT_MOBILITY_BUILD_TREE/config.pri)