summaryrefslogtreecommitdiffstats
path: root/staticconfig.pri
blob: e9e8cb1e7bfbbf8733e6c2b333c171180bb40033 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# 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)