Qt 6.11 is out! See what's new in the release
blog
Quazip not building up: Throwing "Undefined symbols for architecture x86_64"
General and Desktop
14
Posts
10
Posters
11.7k
Views
1
Watching
-
Volker, you just saved me after a weekend of pain ... was having exactly the same issue, couldn't figure it out.
Was even considering completely different approaches ... thank you so much!
-
Hi,Volker. I'm a novice in using Qt creator. I have the same problem which confused me for two days. Thank you so much for your answer. Thank you !
-
Hi , please anybody can help me, how to solve this issue when I'm using CMake and not qmake?
-
@Leanor This is quite old thread. Please provide more information about your situation:
- What OS?
- What Qt version?
- What exact error messages do you get?
-
@Leanor Seems like you do not link the quazip libs.
Show your pro file.Also
#include <QuaZip-Qt5-1.3/quazip/quazip.h>this should look differently:
#include <quazip/quazip.h>just add QuaZip-Qt5-1.3 as include path in your pro file.