From cc2b03423bcf9c612054ebafd87bc2e88166b53f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 5 Jan 2025 10:08:02 +0100 Subject: [PATCH] Fixed lib name --- pbfplugin.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbfplugin.pro b/pbfplugin.pro index 41f835d..bf254b1 100644 --- a/pbfplugin.pro +++ b/pbfplugin.pro @@ -52,7 +52,7 @@ win32 { LIBS += $$PROTOBUF/lib/libprotobuf-lite.lib \ $$ZLIB/lib/zlibstatic.lib !isEmpty(ABSEIL) { - LIBS += $$ABSEIL/lib/absl.lib + LIBS += $$ABSEIL/lib/libabsl.lib } QMAKE_TARGET_PRODUCT = QtPBFImagePlugin