qtmobility/src/global/global.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 14 May 2010 16:41:33 +0300
changeset 5 453da2cfceef
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))"
    }
}