Removing defunct keepalive script and cleaning out dead entries from
[profile/ivi/hfdialer.git] / projects.pro
1 include (common.pri)
2 TEMPLATE = subdirs
3 CONFIG += ordered 
4 SUBDIRS = src qml dialerassets sounds
5
6 #OTHER_FILES += dialer.service
7 OTHER_FILES += *.service *.desktop *.sh
8 M_INSTALL_BIN = /usr/bin
9 M_INSATLL_DATA = /usr/share
10
11 # Desktop
12 desktop_entry.files = dialer.desktop
13 desktop_entry.path += $$INSTALL_ROOT/usr/share/applications
14 desktop_entry.CONFIG += no_check_exist
15
16 # DBus service
17 dbus_service.files = dialer.service
18 dbus_service.path += $$INSTALL_ROOT/usr/share$$M_DBUS_SERVICES_DIR
19
20 # Documentation
21 documentation.files = AUTHORS ChangeLog LICENSE README TODO
22 documentation.path  = $$INSTALL_ROOT/usr/share/hfdialer/
23
24 INSTALLS += \
25     desktop_entry \
26     dbus_service \
27     documentation \
28