aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2020-10-12 02:25:42 +0200
committerJavier <dev.git@javispedro.com>2020-10-12 02:26:32 +0200
commit77e4aa6d3ad53237ece60bd93711f9fa13bb65ec (patch)
tree0732706608c6c0b0f2e2069f0685c448f5fa61b2
parentc2eca928c5a7be0444fcb5c41ffe77b557714575 (diff)
downloadscribiu-77e4aa6d3ad53237ece60bd93711f9fa13bb65ec.tar.gz
scribiu-77e4aa6d3ad53237ece60bd93711f9fa13bb65ec.zip
switching to quazip1.0
-rw-r--r--README.md2
-rw-r--r--scribiu.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bee62c2..acf0c50 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ It also allows you to export individual pages as PNG files or voice memos as AAC
# Requirements
Scribiu requires Qt 5, including the core, gui, widgets, and svg modules.
-It also requires phonon, libudev, openobex (>=1.7), libusb (>=1.0) and QuaZip.
+It also requires phonon, libudev, openobex (>=1.7), libusb (>=1.0) and QuaZip (1.0).
Most of these should be packaged by your distribution.
This program should work with the Livescribe Pulse as well as the Livescribe Echo.
diff --git a/scribiu.pro b/scribiu.pro
index cca4eef..8735caa 100644
--- a/scribiu.pro
+++ b/scribiu.pro
@@ -7,7 +7,7 @@ QT += phonon4qt5
CONFIG += c++11
CONFIG += link_pkgconfig
-PKGCONFIG += libudev libusb-1.0 openobex quazip
+PKGCONFIG += libudev libusb-1.0 openobex quazip1-qt5
SOURCES += main.cc \
mainwindow.cc \