screensaverapp/snsrapplication/installs_symbian.pri
changeset 39 4e8ebe173323
parent 36 cdae8c6c3876
child 42 517f4fb5ec74
child 46 23b5d6a29cce
equal deleted inserted replaced
36:cdae8c6c3876 39:4e8ebe173323
     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 deploy.path = c:
       
    18 
       
    19 #style
       
    20 
       
    21 styleexports1.path = /resource/hb/apptheme/snsrapplication/style/redtheme/variables/color
       
    22 styleexports1.sources += themes/style/theme1/hbcolorgroup.css
       
    23 for(styleexport1, styleexports1.sources):BLD_INF_RULES.prj_exports += "./$$styleexport1 $$deploy.path$$styleexports1.path/$$basename(styleexport1)"
       
    24 
       
    25 styleexports2.path = /resource/hb/apptheme/snsrapplication/style/bluetheme/variables/color
       
    26 styleexports2.sources += themes/style/theme2/hbcolorgroup.css
       
    27 for(styleexport2, styleexports2.sources):BLD_INF_RULES.prj_exports += "./$$styleexport2 $$deploy.path$$styleexports2.path/$$basename(styleexport2)"
       
    28 
       
    29 styleexports3.path = /resource/hb/apptheme/snsrapplication/style/hbdefault/variables/color
       
    30 styleexports3.sources += themes/style/defaulttheme/hbcolorgroup.css
       
    31 for(styleexport3, styleexports3.sources):BLD_INF_RULES.prj_exports += "./$$styleexport3 $$deploy.path$$styleexports3.path/$$basename(styleexport3)"
       
    32 
       
    33 #icons
       
    34 
       
    35 iconsexports11.path = /resource/hb/themes/icons/redtheme/scalable
       
    36 iconsexports11.sources += themes/icons/theme1/analog-clock-hour-hand.svg
       
    37 iconsexports11.sources += themes/icons/theme1/analog-clock-minute-hand.svg
       
    38 for(iconsexport11, iconsexports11.sources):BLD_INF_RULES.prj_exports += "./$$iconsexport11 $$deploy.path$$iconsexports11.path/$$basename(iconsexport11)"
       
    39 
       
    40 iconsexports12.path = /resource/hb/themes/icons/redtheme/pixmap
       
    41 iconsexports12.sources += themes/icons/theme1/analog-clock-background.png
       
    42 for(iconsexport12, iconsexports12.sources):BLD_INF_RULES.prj_exports += "./$$iconsexport12 $$deploy.path$$iconsexports12.path/$$basename(iconsexport12)"
       
    43 
       
    44 iconsexports2.path = /resource/hb/themes/icons/bluetheme/scalable
       
    45 iconsexports2.sources += themes/icons/theme2/analog-clock-background.svg
       
    46 iconsexports2.sources += themes/icons/theme2/analog-clock-hour-hand.svg
       
    47 iconsexports2.sources += themes/icons/theme2/analog-clock-minute-hand.svg
       
    48 for(iconsexport2, iconsexports2.sources):BLD_INF_RULES.prj_exports += "./$$iconsexport2 $$deploy.path$$iconsexports2.path/$$basename(iconsexport2)"