qtmobility/common.pri
changeset 5 453da2cfceef
parent 4 90517678cc4f
child 8 71781823f776
equal deleted inserted replaced
4:90517678cc4f 5:453da2cfceef
    10 } else {
    10 } else {
    11     WAS_IN_DEBUG=release
    11     WAS_IN_DEBUG=release
    12 }
    12 }
    13 
    13 
    14 include(staticconfig.pri)
    14 include(staticconfig.pri)
       
    15 
       
    16 # use only $$QT_MOBILITY_BUILD_TREE. If you add an subfolder it will create a relative path!!!
       
    17 # $$QT_MOBILITY_BUILD_TREE/src/global will become ../global
       
    18 INCLUDEPATH += $$QT_MOBILITY_BUILD_TREE
    15 
    19 
    16 symbian:contains(symbian_symbols_unfrozen,1) {
    20 symbian:contains(symbian_symbols_unfrozen,1) {
    17     #see configure.bat for details
    21     #see configure.bat for details
    18     MMP_RULES+="EXPORTUNFROZEN"
    22     MMP_RULES+="EXPORTUNFROZEN"
    19 }
    23 }