qtmobility/staticconfig.pri
branchRCL_3
changeset 21 885c2596c964
parent 0 cfcbf08528c4
equal deleted inserted replaced
20:e2d33e235f7e 21:885c2596c964
     2 # Fix up QT_MOBILITY_SOURCE_TREE if it isn't defined
     2 # Fix up QT_MOBILITY_SOURCE_TREE if it isn't defined
     3 #
     3 #
     4 # Symbian MCL builds do not run configure and hence don't have 
     4 # Symbian MCL builds do not run configure and hence don't have 
     5 # .qmake.cache which set QT_MOBILITY_SOURCE_TREE and 
     5 # .qmake.cache which set QT_MOBILITY_SOURCE_TREE and 
     6 # QT_MOBILITY_BUILD_TREE. Therefore we need to define a fallback.
     6 # QT_MOBILITY_BUILD_TREE. Therefore we need to define a fallback.
     7 # This has the disadvantage that shadow builds are not supported.
     7 # This has the disadvantage that shadow builds are not supported for symbian
       
     8 # but they are on other platforms.
     8 
     9 
     9 
    10 
    10 isEmpty(QT_MOBILITY_SOURCE_TREE):QT_MOBILITY_SOURCE_TREE = $$PWD 
    11 isEmpty(QT_MOBILITY_SOURCE_TREE):QT_MOBILITY_SOURCE_TREE = $$PWD 
    11 isEmpty(QT_MOBILITY_BUILD_TREE):QT_MOBILITY_BUILD_TREE = $$PWD 
    12 isEmpty(QT_MOBILITY_BUILD_TREE):QT_MOBILITY_BUILD_TREE = $$PWD 
    12 
    13