qtmobility/src/global/global.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 11 May 2010 16:58:44 +0300
branchRCL_3
changeset 6 eb34711bcc75
parent 0 cfcbf08528c4
permissions -rw-r--r--
Revision: 201017 Kit: 201019

#for now we do not actually have anything to build
#just ensure installation of public headers
TEMPLATE = subdirs

include(../../common.pri)
PUBLIC_HEADERS += qmobilityglobal.h

headers.files = $$PUBLIC_HEADERS
headers.path = $$QT_MOBILITY_INCLUDE
INSTALLS+= headers

symbian {
    path=$$MW_LAYER_PUBLIC_EXPORT_PATH("")

    exportPath=$$EPOCROOT"."$$dirname(path)
    nativePath=$$replace(exportPath, /,\)
    exists($$nativePath) {
    } else {
        system($$QMAKE_MKDIR $$nativePath)
    }

    for(header, headers.files) {
        BLD_INF_RULES.prj_exports += "$$header $$MW_LAYER_PUBLIC_EXPORT_PATH($$basename(header))"
    }
}