Qt Xlsx problem in compile the project
-
Hi,
Where did you get the code of that module ?
-
Note that it's not an official Qt module.
There are several forks of that module, which one are you using ?
-
You should rather use a more recent version. Take a look at the fork list.
Note that it's also written at the top that you need the private headers of the qtbase module for QZipReader and QZipWriter. Do you have them available ?
-
Check the include paths
-
ok, what I try is to find another one on Github I found a one I can use it with shared lib, not module when I compile it with MSVC without start to use it just on link it and it compiles but when I try to run the example I get many undefine references !
when I try to use the module with MSVC I get the same error as Mingw mention above -
Did you found the
qzipreader_p.h
andqzipwriter_p.h
? -
I meant in your Qt installation.