qtcontactsmobility/staticconfig.pri
changeset 27 de1630741fbe
equal deleted inserted replaced
25:76a2435edfd4 27:de1630741fbe
       
     1 #
       
     2 # Fix up QT_MOBILITY_SOURCE_TREE if it isn't defined
       
     3 #
       
     4 # Symbian MCL builds do not run configure and hence don't have 
       
     5 # .qmake.cache which set QT_MOBILITY_SOURCE_TREE and 
       
     6 # QT_MOBILITY_BUILD_TREE. Therefore we need to define a fallback.
       
     7 # This has the disadvantage that shadow builds are not supported.
       
     8 
       
     9 
       
    10 isEmpty(QT_MOBILITY_SOURCE_TREE):QT_MOBILITY_SOURCE_TREE = $$PWD 
       
    11 isEmpty(QT_MOBILITY_BUILD_TREE):QT_MOBILITY_BUILD_TREE = $$PWD 
       
    12 
       
    13 #now include the dynamic config
       
    14 include($$QT_MOBILITY_BUILD_TREE/config.pri)