organizer_pub/organizer_pub.pro
changeset 18 c198609911f9
equal deleted inserted replaced
0:f979ecb2b13e 18:c198609911f9
       
     1 # Copyright (c) 2005-2010 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 #
       
     8 # Initial Contributors:
       
     9 # Nokia Corporation - initial contribution.
       
    10 #
       
    11 # Contributors:
       
    12 #
       
    13 # Description: Project specification file for organizer_plat
       
    14 #
       
    15 
       
    16 TEMPLATE = subdirs
       
    17 CONFIG += ordered
       
    18 
       
    19 include(calendar_interim_utils2_api/calendar_interim_utils2_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 APP_LAYER_PLATFORM_EXPORT_PATH($$FILENAME)"
       
    27     }
       
    28 }