|
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/wallpapers/page/originals/car.png \ |
|
20 ./resource/wallpapers/page/originals/shapes.png \ |
|
21 ./resource/wallpapers/page/originals/shoes.png |
|
22 |
|
23 homescreendb.CONFIG += no_build |
|
24 homescreendb.path = $$DESTDIR/private/20022f35 |
|
25 homescreendb.files = ./resource/resource_win/homescreen.db |
|
26 |
|
27 scenewallpapers.CONFIG += no_build |
|
28 scenewallpapers.path = $$DESTDIR/private/20022f35/wallpapers/scene |
|
29 scenewallpapers.files = ./resource/wallpapers/scene/default_landscape.png \ |
|
30 ./resource/wallpapers/scene/default_portrait.png |
|
31 |
|
32 pagewallpapers.CONFIG += no_build |
|
33 pagewallpapers.path = $$DESTDIR/private/20022f35/wallpapers/page |
|
34 pagewallpapers.files = ./resource/wallpapers/page/default_landscape.png \ |
|
35 ./resource/wallpapers/page/default_portrait.png \ |
|
36 ./resource/wallpapers/page/1_portrait.png \ |
|
37 ./resource/wallpapers/page/1_landscape.png \ |
|
38 ./resource/wallpapers/page/2_portrait.png \ |
|
39 ./resource/wallpapers/page/2_landscape.png \ |
|
40 ./resource/wallpapers/page/3_portrait.png \ |
|
41 ./resource/wallpapers/page/3_landscape.png |
|
42 |
|
43 INSTALLS += kqtihswallpapers homescreendb scenewallpapers pagewallpapers |
|
44 PRE_TARGETDEPS += install_kqtihswallpapers install_homescreendb install_scenewallpapers install_pagewallpapers |