From 43de3a2e5893e6b0ab9453449ebdfafd9409a960 Mon Sep 17 00:00:00 2001 From: silverqx Date: Mon, 28 Aug 2023 15:48:02 +0200 Subject: [PATCH] vcpkg, cmake and RC file updated description --- CMakeLists.txt | 2 +- cmake/vcpkg/ports/tinyorm-qt5/vcpkg.json | 2 +- cmake/vcpkg/ports/tinyorm/vcpkg.json | 2 +- resources/TinyOrm.rc.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b942bb83..415f7f4e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ tiny_read_version(TINY_VERSION # TODO add support for POSITION_INDEPENDENT_CODE silverqx project(${TinyOrm_ns} - DESCRIPTION "Modern C++ ORM library for the Qt framework" + DESCRIPTION "Modern C++ ORM library for Qt framework" HOMEPAGE_URL "https://www.tinyorm.org" LANGUAGES CXX VERSION ${TINY_VERSION} diff --git a/cmake/vcpkg/ports/tinyorm-qt5/vcpkg.json b/cmake/vcpkg/ports/tinyorm-qt5/vcpkg.json index a5bf0289b..7ec87132e 100644 --- a/cmake/vcpkg/ports/tinyorm-qt5/vcpkg.json +++ b/cmake/vcpkg/ports/tinyorm-qt5/vcpkg.json @@ -1,7 +1,7 @@ { "name": "tinyorm-qt5", "version-semver": "0.35.0", - "description": "Modern C++ ORM library for the Qt framework", + "description": "Modern C++ ORM library for Qt framework", "homepage": "https://github.com/silverqx/TinyORM", "documentation": "https://www.tinyorm.org", "maintainers": "Silver Zachara ", diff --git a/cmake/vcpkg/ports/tinyorm/vcpkg.json b/cmake/vcpkg/ports/tinyorm/vcpkg.json index 72824e045..9cb78c166 100644 --- a/cmake/vcpkg/ports/tinyorm/vcpkg.json +++ b/cmake/vcpkg/ports/tinyorm/vcpkg.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "tinyorm", "version-semver": "0.35.0", - "description": "Modern C++ ORM library for the Qt framework", + "description": "Modern C++ ORM library for Qt framework", "homepage": "https://github.com/silverqx/TinyORM", "documentation": "https://www.tinyorm.org", "maintainers": "Silver Zachara ", diff --git a/resources/TinyOrm.rc.in b/resources/TinyOrm.rc.in index 16ef1a8ca..12dc9a43e 100644 --- a/resources/TinyOrm.rc.in +++ b/resources/TinyOrm.rc.in @@ -33,7 +33,7 @@ VS_VERSION_INFO VERSIONINFO BLOCK "040904B0" BEGIN VALUE "CompanyName", "Crystal Studio\0" - VALUE "FileDescription", "TinyORM user-friendly ORM\0" + VALUE "FileDescription", "Modern C++ ORM library for Qt framework\0" VALUE "FileVersion", VER_FILEVERSION_STR VALUE "InternalName", "TinyOrm\0" VALUE "LegalCopyright", "Copyright (©) 2023 Silver Zachara\0"