controlpanelui/src/cpapplication/cpapplication.pro
branchRCL_3
changeset 13 90fe62538f66
equal deleted inserted replaced
12:3fec62e6e7fc 13:90fe62538f66
       
     1 #
       
     2 # Copyright (c) 2009 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: 
       
    15 #
       
    16 
       
    17 TEMPLATE = app
       
    18 TARGET = ControlPanel
       
    19 
       
    20 ICON = resources/qtg_large_settings.svg
       
    21 
       
    22 include ( ../common.pri )
       
    23 include ( cpapplication.pri )
       
    24 
       
    25 CONFIG += hb
       
    26 
       
    27 RESOURCES += cpapplication.qrc
       
    28 
       
    29 LIBS += -lcplogger -lcpframework -lcpcategorymodel
       
    30 
       
    31 TRANSLATIONS = control_panel.ts
       
    32 
       
    33 symbian: { 
       
    34     SKINICON = qtg_large_settings
       
    35     TARGET.UID3 = 0x20025FD9
       
    36     TARGET.EPOCHEAPSIZE = 0x020000 0x1000000
       
    37 	
       
    38     deploy.path = C:
       
    39     headers.sources += data/mainview.cpcfg
       
    40     headers.path = /resource/qt/plugins/controlpanel/config
       
    41     DEPLOYMENT += exportheaders
       
    42     
       
    43     for(header, headers.sources):BLD_INF_RULES.prj_exports += "./$$header $$deploy.path$$headers.path/$$basename(header)"
       
    44 }