homescreenapp/hsapplication/installs_win.pri
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 03 May 2010 12:24:59 +0300
changeset 39 4e8ebe173323
parent 36 cdae8c6c3876
child 60 30f14686fb04
child 62 341166945d65
permissions -rw-r--r--
Revision: 201015 Kit: 201018

#
# 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

wallpapers.CONFIG += no_build
wallpapers.path = $$DESTDIR/private/20022f35/wallpapers
wallpapers.files = ./resource_win/d_landscape.png \
                   ./resource_win/d_portrait.png

INSTALLS += kqtihswallpapers homescreendb wallpapers 
PRE_TARGETDEPS += install_kqtihswallpapers install_homescreendb install_wallpapers