We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc316c commit 35489b0Copy full SHA for 35489b0
ADMeshGUI.pro
@@ -2,6 +2,9 @@
2
#
3
# Project created by QtCreator 2014-10-31T11:28:53
4
5
+# [Information about Qt + OpenGL classes (e.g. how to use the API) obtained from Qt Reference Pages
6
+# http://doc.qt.io/qt-5/reference-overview.html 9. 5. 2015]
7
+#
8
#-------------------------------------------------
9
10
QT += core gui opengl widgets svg
main.cpp
@@ -1,4 +1,6 @@
1
// (c) 2015 David Vyvlečka, AGPLv3
+/*[Information about Qt + OpenGL classes (e.g. how to use the API) obtained from Qt Reference Pages
+ http://doc.qt.io/qt-5/reference-overview.html 9. 5. 2015]*/
#include <QApplication>
#include <QDesktopWidget>
0 commit comments