diff options
Diffstat (limited to 'daemon/daemon.pro')
| -rw-r--r-- | daemon/daemon.pro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/daemon/daemon.pro b/daemon/daemon.pro index 1c287d0..aca5597 100644 --- a/daemon/daemon.pro +++ b/daemon/daemon.pro @@ -4,7 +4,7 @@ CONFIG += console CONFIG += link_pkgconfig QT += core gui qml bluetooth dbus contacts positioning -PKGCONFIG += mlite5 icu-i18n +PKGCONFIG += mlite5 icu-i18n zlib CONFIG += c++11 DEFINES += APP_VERSION=\\\"$$VERSION\\\" @@ -56,6 +56,9 @@ DBUS_ADAPTORS += ../org.pebbled.Watch.xml OTHER_FILES += $$DBUS_ADAPTORS \ js/typedarray.js +DEFINES += QUAZIP_STATIC +include(quazip/quazip.pri) + INSTALLS += target systemd js target.path = /usr/bin |
