include (common.pri) TEMPLATE = subdirs CONFIG += ordered SUBDIRS = src qml themes translations OTHER_FILES += *.desktop # desktop launcher desktop_entry.files = vdr-tv-client.desktop desktop_entry.path = $$M_INSTALL_DATA/applications desktop_entry.CONFIG += no_check_exist application_icon.files = themes/base/icons/meego-app-vdr-tv-client.png application_icon.path = $$M_INSTALL_DATA/pixmaps application_icon.CONFIG += no_check_exist # docs documentation.files = AUTHORS ChangeLog LICENSE README TODO documentation.path = $$INSTALL_ROOT/usr/share/vdr-tv-client/ INSTALLS += \ desktop_entry \ documentation