Add link to OpenGL Qml applications

This commit is contained in:
Rasim Labibov
2018-09-21 10:51:11 +03:00
parent 004ca563ca
commit cb2e99fc2e
+3
View File
@@ -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. 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. 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 ## Prerequisites
In order to develop an application using CMake with Qt QML, In order to develop an application using CMake with Qt QML,