From 572ff621f6d830a9fa4e79764f9cc4e250d6a694 Mon Sep 17 00:00:00 2001 From: Kristian Duske Date: Wed, 13 May 2020 00:45:55 +0200 Subject: [PATCH] Update credits (#3209) * Update credits section in README.md * Update libraries Co-authored-by: Awkor --- README.md | 21 ++++++++++----------- common/src/View/AboutDialog.cpp | 5 +---- 2 files changed, 11 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index e027593f6e..1d23956011 100644 --- a/README.md +++ b/README.md @@ -59,17 +59,16 @@ TrenchBroom is a modern cross-platform level editor for Quake-engine based games - All help is appreciated! # Credits -- wxWidgets www.wxwidgets.org -- FreeType www.freetype.org -- FreeImage www.freeimage.org -- GLEW glew.sourceforge.net -- GoogleTest code.google.com/p/googletest/ -- GoogleMock code.google.com/p/googlemock/ -- CMake www.cmake.org -- Pandoc www.pandoc.org -- Quake icons by Th3 ProphetMan th3-prophetman.deviantart.com -- Hexen 2 icon by thedoctor45 thedoctor45.deviantart.com -- Source Sans Pro font www.google.com/fonts/specimen/Source+Sans+Pro +- [Qt](https://www.qt.io/) +- [FreeType](https://www.freetype.org/) +- [FreeImage](http://freeimage.sourceforge.net/) +- [GLEW](http://glew.sourceforge.net/) +- [Catch2](https://github.com/catchorg/Catch2) +- [CMake](https://cmake.org/) +- [Pandoc](https://www.pandoc.org/) +- Quake icons by [Th3 ProphetMan](https://www.deviantart.com/th3-prophetman) +- Hexen 2 icon by [thedoctor45](https://www.deviantart.com/thedoctor45) +- [Source Sans Pro](https://fonts.google.com/specimen/Source+Sans+Pro) font ## Changes See [releases](https://github.com/kduske/TrenchBroom/releases) for latest changes. diff --git a/common/src/View/AboutDialog.cpp b/common/src/View/AboutDialog.cpp index 47cab18365..5449453770 100644 --- a/common/src/View/AboutDialog.cpp +++ b/common/src/View/AboutDialog.cpp @@ -86,10 +86,7 @@ namespace TrenchBroom { "GLEW (OpenGL extension library)\n" "tinyxml2 (XML parsing library)\n" "miniz (Archive library)\n" - "any-lite (C++ library)\n" - "optional-lite (C++ library)\n" - "Google Test (C++ testing framework)\n" - "Google Mock (C++ mocking framework)\n" + "Catch 2 (C++ testing framework)\n" "StackWalker (C++ stack trace analyzer)\n" "CMake (Cross platform build manager)\n" "Pandoc (Universal document converter)\n"