qtmobility/staticconfig.pri
changeset 0 cfcbf08528c4
child 21 885c2596c964
equal deleted inserted replaced
-1:000000000000 0:cfcbf08528c4
       
     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)