diff options
author | Javier <dev.git@javispedro.com> | 2020-10-12 02:25:42 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2020-10-12 02:26:32 +0200 |
commit | 77e4aa6d3ad53237ece60bd93711f9fa13bb65ec (patch) | |
tree | 0732706608c6c0b0f2e2069f0685c448f5fa61b2 | |
parent | c2eca928c5a7be0444fcb5c41ffe77b557714575 (diff) | |
download | scribiu-77e4aa6d3ad53237ece60bd93711f9fa13bb65ec.tar.gz scribiu-77e4aa6d3ad53237ece60bd93711f9fa13bb65ec.zip |
switching to quazip1.0
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | scribiu.pro | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 \ |