3b015718b0
Pick-to: 6.5 Change-Id: I8d1517ee57df9b2dee0486f47562b0754e9dcbad Reviewed-by: Christian Strømme <christian.stromme@qt.io>
17 lines
270 B
Prolog
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
|