aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \