From cb2e99fc2ef63aff2b09115e39416a55a135cab5 Mon Sep 17 00:00:00 2001 From: Rasim Labibov Date: Fri, 21 Sep 2018 10:51:11 +0300 Subject: [PATCH] Add link to OpenGL Qml applications --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0419603..2dd2bd5 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ the unified file format and is able to generate makefiles, Visual Studio solutions, and projects for many other build systems from the same project file. You can check out some [CMake examples](https://cmake.org/examples/) on the official website if you want to learn more. +As an added bonus, there is a series of simple Qt applications using a low-level graphics library OpenGL available at +[github.com/Postrediori/MinimalOpenGlQml](https://github.com/Postrediori/MinimalOpenGlQml.git). + ## Prerequisites In order to develop an application using CMake with Qt QML,