homescreenapp/hsapplication/installs_win.pri
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 23 Jun 2010 18:03:36 +0300
changeset 60 30f14686fb04
parent 39 4e8ebe173323
child 61 2b1b11a301d2
permissions -rw-r--r--
Revision: 201023 Kit: 2010125

#
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
# Initial Contributors:
# Nokia Corporation - initial contribution.
#
# Contributors:
#
# Description:
#

kqtihswallpapers.CONFIG += no_build
kqtihswallpapers.path = $$DESTDIR/resource/kqtihswallpapers
kqtihswallpapers.files = ./resource_win/bg_1.png \
                         ./resource_win/bg_2.png \
                         ./resource_win/bg_3.png

homescreendb.CONFIG += no_build
homescreendb.path = $$DESTDIR/private/20022f35
homescreendb.files = ./resource_win/homescreen.db

scenewallpapers.CONFIG += no_build
scenewallpapers.path = $$DESTDIR/private/20022f35/wallpapers/scene
scenewallpapers.files = ./resource_win/scene/default_landscape.png \
                   ./resource_win/scene/default_portrait.png

pagewallpapers.CONFIG += no_build
pagewallpapers.path = $$DESTDIR/private/20022f35/wallpapers/page
pagewallpapers.files = ./resource_win/page/default_landscape.png \
                       ./resource_win/page/default_portrait.png \
                       ./resource_win/page/1_portrait.png \
                       ./resource_win/page/1_landscape.png \
                       ./resource_win/page/2_portrait.png \
                       ./resource_win/page/2_landscape.png \
                       ./resource_win/page/3_portrait.png \
                       ./resource_win/page/3_landscape.png

INSTALLS += kqtihswallpapers homescreendb scenewallpapers pagewallpapers
PRE_TARGETDEPS += install_kqtihswallpapers install_homescreendb install_scenewallpapers install_pagewallpapers