]> pilppa.org Git - vdr-tv-client.git/blob - projects.pro
show full keyboard instead of number-only
[vdr-tv-client.git] / projects.pro
1 include (common.pri)
2 TEMPLATE = subdirs
3 CONFIG += ordered
4 SUBDIRS = src qml themes translations
5
6 OTHER_FILES += *.desktop
7
8 # desktop launcher
9 desktop_entry.files = vdr-tv-client.desktop
10 desktop_entry.path = $$M_INSTALL_DATA/applications
11 desktop_entry.CONFIG += no_check_exist
12
13 application_icon.files = themes/base/icons/meego-app-vdr-tv-client.png
14 application_icon.path = $$M_INSTALL_DATA/pixmaps
15 application_icon.CONFIG += no_check_exist
16
17 # docs
18 documentation.files = AUTHORS ChangeLog LICENSE README TODO
19 documentation.path  = $$INSTALL_ROOT/usr/share/vdr-tv-client/
20
21 INSTALLS += \
22     desktop_entry \
23     documentation