Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    QuaZIP installation help

    General and Desktop
    1
    1
    971
    Loading More Posts
    • 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
      skammers last edited by

      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 Reply Quote 0
      • First post
        Last post