src/global/global.pro
author Markku Kaurila <markku.kaurila@nokia.com>
Thu, 30 Sep 2010 11:17:58 +0100
changeset 4 30827624d4d3
parent 0 876b1a06bc25
permissions -rw-r--r--
Further update to the exports in contactsmodel.pro, for Bug 3312

#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))"
    }
}