Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QuaZIP installation help
Qt 6.11 is out! See what's new in the release blog

QuaZIP installation help

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 1.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    skammers
    wrote on last edited by
    #1

    I use Qt 5.3.0 and are trying to use quazip.

    I followed this instroction document: http://quazip.sourceforge.net/
    I have downloaded the Qt 4 as well, so I can us the qmake 4, which is required. Also downloaded the quazip file and the zlib archive (http://zlib.net/).

    I tried this:

    _$ cd /wherever/quazip/source/is/quazip-x.y.z/quazip
    $ qmake [PREFIX=where-to-install]
    $ make
    _
    and I think it worked (How do I know for sure?).

    Then I tried :
    $ qmake LIBS+=-L/usr/local/zlib/lib INCLUDEPATH+=/usr/local/zlib/include

    but got these errors:
    WARNING: <internal>:1: Unescaped backslashes are deprecated.
    WARNING: <internal>:1: Unescaped backslashes are deprecated.
    WARNING: <internal>:1: Unescaped backslashes are deprecated.

    Could someone please help me step by step installing quazip and get it to work as making a zip file is an important part of my project?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved