This website requires JavaScript.
Explore
Help
Sign In
1berry
/
qtbase
Watch
1
Star
0
Fork
0
You've already forked qtbase
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
qtbase
/
examples
/
opengl
/
openglwindow
/
openglwindow.pri
5 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Move QOpenGLPaintEngine and related classes from QtGui to QtOpenGL Also moves the openglwindow test to the opengl folder, as it makes use of these classes. Task-number: QTBUG-74409 Change-Id: Id9f0013cedcc8bd1e87122c005641d7298525045 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
2019-12-11 14:50:40 +01:00
QT += opengl
Added OpenGL example and documentation. Change-Id: I2d9d4e52caf0a39fef9648d8a9e83a0c1328f650 Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com>
2012-06-05 13:21:55 +02:00
INCLUDEPATH += $$PWD
SOURCES += $$PWD/openglwindow.cpp
HEADERS += $$PWD/openglwindow.h
Reference in New Issue
Copy Permalink