From f901243baa6e2c36d53065d05d685451df3ec1e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sat, 7 Oct 2023 01:38:39 +0200 Subject: [PATCH] Remove non-ASCII characters from project file UTF-8 is not supported by qmake --- pbfplugin.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbfplugin.pro b/pbfplugin.pro index decbfd2..50ff295 100644 --- a/pbfplugin.pro +++ b/pbfplugin.pro @@ -49,7 +49,7 @@ win32 { 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 + QMAKE_TARGET_COPYRIGHT = Copyright (c) 2023 Martin Tuma } macx { INCLUDEPATH += $$PROTOBUF/include