controlpanel/src/cpframework/cpframework_export.pri
changeset 61 33e86ecbfdb4
parent 52 58cebe0861a8
equal deleted inserted replaced
52:58cebe0861a8 61:33e86ecbfdb4
     1 #
       
     2 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description: controlpanel project - common qmake settings
       
    15 #
       
    16 
       
    17 symbian: {  
       
    18     # export headers to mw
       
    19     EXPORT_PLATFORM_HEADERS += \
       
    20                              ../../controlpanel_plat/inc/cpglobal.h \
       
    21                              ../../controlpanel_plat/inc/cpbasepath.h \
       
    22                              ../../controlpanel_plat/inc/cpplugininterface.h \
       
    23                              ../../controlpanel_plat/inc/cppluginloader.h \
       
    24                              ../../controlpanel_plat/inc/cppluginlauncher.h \
       
    25                              ../../controlpanel_plat/inc/cpbasesettingview.h \
       
    26                              ../../controlpanel_plat/inc/cpitemdatahelper.h \
       
    27                              ../../controlpanel_plat/inc/cpsettingformitemdata.h \
       
    28                              ../../controlpanel_plat/inc/cpsettingformentryitemdata.h \
       
    29                              ../../controlpanel_plat/inc/cpsettingformentryitemdataimpl.h \
       
    30                              ../../controlpanel_plat/inc/cppluginutility.h \
       
    31                              ../../controlpanel_plat/inc/cplauncherinterface.h
       
    32     
       
    33     headers.sources = $$EXPORT_PLATFORM_HEADERS
       
    34     for(header, headers.sources):BLD_INF_RULES.prj_exports += "./$$header $$MW_LAYER_PLATFORM_EXPORT_PATH($$basename(header))"
       
    35 }