From 52d15c63bd34197a228704d6d0ef9ee9f0a76a00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sat, 7 Oct 2023 00:25:12 +0200 Subject: [PATCH] Extended Windows executable info --- pbfplugin.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pbfplugin.pro b/pbfplugin.pro index 1b7a3a8..decbfd2 100644 --- a/pbfplugin.pro +++ b/pbfplugin.pro @@ -48,6 +48,8 @@ win32 { $$ZLIB/include LIBS += $$PROTOBUF/lib/libprotobuf-lite.lib \ $$ZLIB/lib/zlibstatic.lib + QMAKE_TARGET_DESCRIPTION = Qt MVT image plugin + QMAKE_TARGET_COPYRIGHT = Copyright (c) 2023 Martin Tůma } macx { INCLUDEPATH += $$PROTOBUF/include