~justinmcp/unity-chromium-extension/generic-extension

« back to all changes in this revision

Viewing changes to messaging-host/messaging-host.pro

  • Committer: Justin McPherson
  • Date: 2015-09-23 07:19:02 UTC
  • Revision ID: justin.mcpherson@canonical.com-20150923071902-835dqu669lt2mfkh
WIP

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include(../common-project-config.pri)
2
 
 
3
 
TEMPLATE = app
4
 
TARGET = unity-webapps-messaging-host
5
 
 
6
 
CONFIG += \
7
 
    link_pkgconfig \
8
 
    qt
9
 
 
10
 
QT += \
11
 
    core
12
 
 
13
 
PKGCONFIG += \
14
 
    glib-2.0 \
15
 
    gobject-2.0 \
16
 
    libunity_webapps-0.2 \
17
 
    libunity-webapps-repository \
18
 
 
19
 
SOURCES = \
20
 
    connection.cpp \
21
 
    inactivity-timer.cpp \
22
 
    main.cpp \
23
 
    service.cpp \
24
 
    webapps-handler.cpp \
25
 
    webapps-process.cpp \
26
 
 
27
 
HEADERS = \
28
 
    connection.h \
29
 
    inactivity-timer.h \
30
 
    service.h \
31
 
    webapps-handler.h \
32
 
    webapps-process.h \
33
 
 
34
 
target.path = $${INSTALL_PREFIX}/share/unity-webapps/bin
35
 
INSTALLS += target
36
 
 
37
 
QMAKE_SUBSTITUTES += \
38
 
    com.canonical.webapp.installer.json.in
39
 
 
40
 
manifest.path = "/etc/chromium/native-messaging-hosts"
41
 
manifest.files = com.canonical.webapp.installer.json
42
 
INSTALLS += manifest