]> pilppa.org Git - vdr-tv-client.git/blob - themes/base/base.pro
initial version
[vdr-tv-client.git] / themes / base / base.pro
1 load(meegotouch_defines)
2 include (../../common.pri)
3 TEMPLATE = subdirs
4 THEME_NAME = $$system(basename $$PWD)
5
6 # Icon files
7 desktop_icon.files = ./icons/meego-app-vdr-tv-client.png
8 desktop_icon.path = $$M_INSTALL_DATA/pixmaps
9 desktop_icon.CONFIG += no_check_exist
10
11 # Theme files
12 theme.files = $$system(find ./* -type d)
13 theme.files += dialer.conf
14 theme.path = $$M_THEME_DIR/$$THEME_NAME/meegotouch/$$TARGET/
15 theme.CONFIG += no_check_exist
16
17 INSTALLS += \
18     desktop_icon \
19     theme