qt5base-lts/examples/opengl/qopenglwindow/qopenglwindow.pro
Johan Klokkhammer Helsing 4772a2da15 Move QOpenGLWindow from QtGui to QtOpenGL
Task-number: QTBUG-74409
Change-Id: If7d27cdfa2c6cd5b167887ad77b9cfe413cb106a
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
2020-01-15 15:38:59 +01:00

17 lines
270 B
Prolog

TEMPLATE = app
TARGET = qopenglwindow
INCLUDEPATH += .
QT += opengl
RESOURCES += shaders.qrc
SOURCES += \
main.cpp \
background_renderer.cpp
HEADERS += \
background_renderer.h
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/qopenglwindow
INSTALLS += target