staticconfig.pri
author Markku Kaurila <markku.kaurila@nokia.com>
Fri, 03 Sep 2010 15:27:00 +0100
changeset 2 81ad59d81c0f
parent 0 876b1a06bc25
permissions -rw-r--r--
Revise header exports in contactsmodel.pro, to fix Bug 3312

#
# 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 for symbian
# but they are on other platforms.


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)