<html><head></head><body><div class="yahoo-style-wrap" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div dir="ltr" data-setdir="false">I am a new user of Qt (using version 6.6) and Qt Creator  I would like to use KArchive to extract all folders and files from a zip file.  I found the example "karchive/examples/unzipper/main.cpp" source code.  However, I don't know how to download and install KArchive.</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">I added the following to my project's "CMakeLists.txt" as described on the web page <a href="https://marketplace.qt.io/pages/karchiveinstructionspage" rel="nofollow" target="_blank" class="">https://marketplace.qt.io/pages/karchiveinstructionspage</a> :</div><div><br></div><div>find_package(KF5Archive)<br></div><div dir="ltr" data-setdir="false"><div><div>target_link_libraries(Example4 KF5::Archive)</div><div><br></div></div>Attached is my "CMakeLists.txt" file and "Main.cpp" file.</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">In my "Main.cpp" the syntax-checker indicates that it can't find "kzip.h" (probably because I don't know how to download/install it).</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">Here is a screenshot after trying to build:</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false"><img title="Inline image" alt="Inline image" src="cid:fd164f6d-aeff-3b4c-d857-c6033b73f2fc@yahoo.com" class="yahoo-inline-image" draggable="false" style="max-width: 800px; width: 100%;" data-id="<fd164f6d-aeff-3b4c-d857-c6033b73f2fc@yahoo.com>"></div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">Please advise on how to properly download/install KArchive so that this simple program will build.  Thanks for your help!</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">Eric Ribble</div><div dir="ltr" data-setdir="false"><br><span></span><br></div></div></body></html>