0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-10-09 05:57:14 +03:00

font experiments

This commit is contained in:
Sanych
2024-01-15 15:55:51 +03:00
parent 9ddeae20d7
commit 3d064b4b1a
3 changed files with 5 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ if (ENABLE_ZINT)
Qt${QT_VERSION_MAJOR}::Widgets
)
target_compile_definitions(QZint PUBLIC -DQZINT_STATIC_BUILD)
target_compile_definitions(QZint PUBLIC -DQZINT_LIBRARY)
if(PNG_FOUND)
target_link_libraries(QZint PRIVATE PNG::PNG)