qtmobility/src/global/global.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 01 Apr 2010 08:30:34 +0300
changeset 0 cfcbf08528c4
permissions -rw-r--r--
Revision: 201013

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