homescreenapp/hsapplication/installs_win.pri
changeset 35 f9ce957a272c
child 36 cdae8c6c3876
equal deleted inserted replaced
5:c743ef5928ba 35:f9ce957a272c
       
     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 kqtihswallpapers.CONFIG += no_build
       
    18 kqtihswallpapers.path = $$DESTDIR/resource/kqtihswallpapers
       
    19 kqtihswallpapers.files = ./resource_win/bg_1.png \
       
    20                          ./resource_win/bg_2.png \
       
    21                          ./resource_win/bg_3.png
       
    22 
       
    23 homescreendb.CONFIG += no_build
       
    24 homescreendb.path = $$DESTDIR
       
    25 homescreendb.files = ./resource_win/homescreendb
       
    26 
       
    27 wallpapers.CONFIG += no_build
       
    28 wallpapers.path = $$DESTDIR/wallpapers
       
    29 wallpapers.files = ./resource_win/d_landscape.png \
       
    30                    ./resource_win/d_portrait.png
       
    31 
       
    32 themeableimagesfortheme11.path = "$$(USERPROFILE)/Application Data/hb/themes/icons/redtheme/scalable"
       
    33 themeableimagesfortheme11.files = ./themes/theme1/hs_pageindicatoritem_active.svg \
       
    34                                   ./themes/theme1/hs_pageindicatoritem_nonactive.svg \
       
    35                                   ./themes/theme1/hs_shortcut_bg.svg 
       
    36                                   
       
    37 themeableimagesfortheme12.path = "$$(USERPROFILE)/Application Data/hb/themes/icons/redtheme/pixmap"
       
    38 themeableimagesfortheme12.files = ./themes/theme1/hs_trashbin_active.png \
       
    39                                   ./themes/theme1/hs_trashbin_nonactive.png
       
    40                                  
       
    41 themeableimagesfortheme2.path = "$$(USERPROFILE)/Application Data/hb/themes/icons/bluetheme/scalable"
       
    42 themeableimagesfortheme2.files = ./themes/theme2/hs_pageindicatoritem_active.svg \
       
    43                                  ./themes/theme2/hs_pageindicatoritem_nonactive.svg \
       
    44                                  ./themes/theme2/hs_shortcut_bg.svg \
       
    45                                  ./themes/theme2/hs_trashbin_active.svg \
       
    46                                  ./themes/theme2/hs_trashbin_nonactive.svg
       
    47 
       
    48 INSTALLS += kqtihswallpapers homescreendb wallpapers themeableimagesfortheme11 themeableimagesfortheme12 themeableimagesfortheme2
       
    49 PRE_TARGETDEPS += install_kqtihswallpapers install_homescreendb install_wallpapers