summaryrefslogtreecommitdiffstats
path: root/examples/opengl/computegles31/computegles31.pro
blob: 8d9b00ba832bbc4e9c39797533f5b0e7eaea79d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
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