summaryrefslogtreecommitdiff
path: root/daemon/daemon.pro
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2014-12-06 21:14:24 +0100
committerJavier <dev.git@javispedro.com>2014-12-06 21:14:24 +0100
commit3785de21ec2e466535a45183b6f9082b5dfba976 (patch)
treedeb5087ad98aca7491f1ac37560bd8c7aa96c8c4 /daemon/daemon.pro
parent0a92face6b035a26aad3d4d7ffa5a72b463e4c2a (diff)
add a polyfill for typed arrays, and many other compat changes
Diffstat (limited to 'daemon/daemon.pro')
-rw-r--r--daemon/daemon.pro17
1 files changed, 9 insertions, 8 deletions
diff --git a/daemon/daemon.pro b/daemon/daemon.pro
index 0c4154b..81570c7 100644
--- a/daemon/daemon.pro
+++ b/daemon/daemon.pro
@@ -50,23 +50,24 @@ HEADERS += \
OTHER_FILES += \
../log4qt-debug.conf \
- ../log4qt-release.conf
+ ../log4qt-release.conf \
+ js/typedarray.js
DBUS_ADAPTORS += ../org.pebbled.Watch.xml
-INSTALLS += target pebbled confile
+INSTALLS += target systemd confile js
target.path = /usr/bin
-pebbled.files = $${TARGET}.service
-pebbled.path = /usr/lib/systemd/user
+systemd.files = $${TARGET}.service
+systemd.path = /usr/lib/systemd/user
+
+js.files = js/*
+js.path = /usr/share/pebble/js
CONFIG(debug, debug|release) {
- message(Debug build)
confile.extra = cp $$PWD/../log4qt-debug.conf $$OUT_PWD/../log4qt.conf
-}
-else {
- message(Release build)
+} else {
confile.extra = cp $$PWD/../log4qt-release.conf $$OUT_PWD/../log4qt.conf
}