From a55f8f218ea9b52e97b9b7de1ac43502ce8c9994 Mon Sep 17 00:00:00 2001 From: Tomasz Sterna Date: Mon, 5 Jan 2015 17:19:18 +0100 Subject: Imported QuaZIP library to daemon sources --- daemon/daemon.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'daemon/daemon.pro') 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 -- cgit v1.2.3