hgwidgets_plat/hgwidgets_plat.pro
changeset 20 a60f8b6b1d32
parent 17 a10844a9914d
child 21 53314abf04ed
equal deleted inserted replaced
17:a10844a9914d 20:a60f8b6b1d32
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 # Initial Contributors:
       
     8 # Nokia Corporation - initial contribution.
       
     9 # Contributors:
       
    10 # Description:
       
    11 
       
    12 TEMPLATE = subdirs
       
    13 
       
    14 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    15 
       
    16 CONFIG += ordered
       
    17 
       
    18 include(ganeswidgets_api/ganeswidgets_api.pri)
       
    19 include(hgcacheproxymodel_api/hgcacheproxymodel_api.pri)
       
    20 
       
    21 symbian {
       
    22     headers.sources = $$PUBLIC_HEADERS
       
    23     BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" 
       
    24     for(header, headers.sources) {
       
    25         FILENAME = $$basename(header)
       
    26         BLD_INF_RULES.prj_exports += "$$header MW_LAYER_PUBLIC_EXPORT_PATH(hgwidgets/$$FILENAME)"
       
    27     }
       
    28 }