diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2016-02-10 23:19:30 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2016-02-10 23:19:30 +0100 |
| commit | 800bcd232186a71c90782ee002d6072aab257f28 (patch) | |
| tree | 423b819c0aead40b4e08cc2c229cd612a375c487 /daemon/daemon.pro | |
| parent | b3f9fcecdcf5f73ac902d76b95739b76e6bfcba1 (diff) | |
Remove static Quazip
Diffstat (limited to 'daemon/daemon.pro')
| -rw-r--r-- | daemon/daemon.pro | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/daemon/daemon.pro b/daemon/daemon.pro index 9bdc643..47be329 100644 --- a/daemon/daemon.pro +++ b/daemon/daemon.pro @@ -5,6 +5,7 @@ CONFIG += link_pkgconfig QT += core gui qml bluetooth dbus contacts positioning PKGCONFIG += mlite5 icu-i18n zlib +LIBS += -lquazip CONFIG += c++11 DEFINES += APP_VERSION=\\\"$$VERSION\\\" @@ -55,9 +56,6 @@ DBUS_ADAPTORS += ../org.pebbled.Watch.xml OTHER_FILES += js/typedarray.js -DEFINES += QUAZIP_STATIC -include(quazip/quazip.pri) - INSTALLS += target systemd js target.path = /usr/bin @@ -69,4 +67,4 @@ js.files = js/* js.path = /usr/share/pebble/js # unnecesary includes, just so QtCreator could find headers... :-( -INCLUDEPATH += $$[QT_HOST_PREFIX]/include/mlite5 +INCLUDEPATH += $$[QT_HOST_PREFIX]/include/mlite5 $$[QT_HOST_PREFIX]/include/quazip |
