What is the correct way to include zLib in a Qt project?
问题 I'm trying to get this Qt project building, but I'm running into these Undefined symbol error having to do with zLib: Undefined symbols for architecture x86_64: "_z_crc32", referenced from: ZipPrivate::createEntry(QFileInfo const&, QString const&, Zip::CompressionLevel) in zip.o UnzipPrivate::extractFile(QString const&, ZipEntryP const&, QIODevice*, QFlags<UnZip::ExtractionOption>) in unzip.o "_z_deflate", referenced from: ZipPrivate::createEntry(QFileInfo const&, QString const&, Zip: