qtbase-opensource-src/examples/opengl/computegles31/computegles31.pro

10 lines
195 B
Prolog

HEADERS = $$PWD/glwindow.h
SOURCES = $$PWD/glwindow.cpp \
$$PWD/main.cpp
RESOURCES += computegles31.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/computegles31
INSTALLS += target