qt6windows7/tests/manual/examples/opengl/computegles31/computegles31.pro

12 lines
209 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
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