Pick-to: 6.5 Change-Id: I652daf3ccbb921c5eb73b48586ee9616c7704b97 Reviewed-by: Christian Strømme <christian.stromme@qt.io>
12 lines
209 B
Prolog
12 lines
209 B
Prolog
QT += opengl
|
|
|
|
HEADERS = $$PWD/glwindow.h
|
|
|
|
SOURCES = $$PWD/glwindow.cpp \
|
|
$$PWD/main.cpp
|
|
|
|
RESOURCES += computegles31.qrc
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/computegles31
|
|
INSTALLS += target
|