fralx / LimeReport

Report generator for Qt Framework
http://limereport.ru/
Other
403 stars 153 forks source link

QT6.2.4 build problem #399

Closed liufeijin closed 2 years ago

liufeijin commented 2 years ago

Hi fralx I use QT creator 7.0 with QT6.2.4 MNGW64 to load project by CMakelists.txt of LimeReport when i build it ( ENABLE_ZINT change to ON, STATIC change to ON) I got the error as below , could you have a look how to resolve it . image

lifof commented 2 years ago

Just comment that line for Qt 6.x.x and your good to go There are a couple of other modifications that need to be done on the CMakeLists.txt file and some other source files. I'll make PR for that in the near future ( if I have time ).

lifof commented 2 years ago

This should be fixed by #401