qtmobility/src/global/global.pro
changeset 0 cfcbf08528c4
equal deleted inserted replaced
-1:000000000000 0:cfcbf08528c4
       
     1 #for now we do not actually have anything to build
       
     2 #just ensure installation of public headers
       
     3 TEMPLATE = subdirs
       
     4 
       
     5 include(../../common.pri)
       
     6 PUBLIC_HEADERS += qmobilityglobal.h
       
     7 
       
     8 headers.files = $$PUBLIC_HEADERS
       
     9 headers.path = $$QT_MOBILITY_INCLUDE
       
    10 INSTALLS+= headers
       
    11 
       
    12 symbian {
       
    13     path=$$MW_LAYER_PUBLIC_EXPORT_PATH("")
       
    14 
       
    15     exportPath=$$EPOCROOT"."$$dirname(path)
       
    16     nativePath=$$replace(exportPath, /,\)
       
    17     exists($$nativePath) {
       
    18     } else {
       
    19         system($$QMAKE_MKDIR $$nativePath)
       
    20     }
       
    21 
       
    22     for(header, headers.files) {
       
    23         BLD_INF_RULES.prj_exports += "$$header $$MW_LAYER_PUBLIC_EXPORT_PATH($$basename(header))"
       
    24     }
       
    25 }