From 77e4aa6d3ad53237ece60bd93711f9fa13bb65ec Mon Sep 17 00:00:00 2001 From: Javier Date: Mon, 12 Oct 2020 02:25:42 +0200 Subject: switching to quazip1.0 --- README.md | 2 +- scribiu.pro | 2 +- 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 \ -- cgit v1.2.3