diff options
author | Javier <dev.git@javispedro.com> | 2021-09-11 23:38:34 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2021-09-11 23:38:34 +0200 |
commit | dd0fc96053a3ef52a7420fc0cdce2816bd19a643 (patch) | |
tree | 29cc67977b750668d1a3f150a1c500b90bbc4436 /smartpensyncer.cc | |
parent | f41de1f894c30927fa1eb6e400614c1f441d8ef4 (diff) | |
download | scribiu-dd0fc96053a3ef52a7420fc0cdce2816bd19a643.tar.gz scribiu-dd0fc96053a3ef52a7420fc0cdce2816bd19a643.zip |
fix build issues with quazip on some environments
Diffstat (limited to 'smartpensyncer.cc')
-rw-r--r-- | smartpensyncer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smartpensyncer.cc b/smartpensyncer.cc index d0c472e..9149f33 100644 --- a/smartpensyncer.cc +++ b/smartpensyncer.cc @@ -20,7 +20,7 @@ #include <QtCore/QScopedArrayPointer> #include <QtCore/QThread> #include <QtCore/QDebug> -#include <quazip/quazipfile.h> +#include <quazipfile.h> #include <cstdio> #include "paperreplay.h" #include "notebookmodel.h" |