summaryrefslogtreecommitdiffstats
path: root/examples/opengl/computegles31/computegles31.pro
blob: 5b9d7e43877f49428936a2ba56e65803b9608550 (plain)
1
2
3
4
5
6
7
8
9
HEADERS = $$PWD/glwindow.h

SOURCES = $$PWD/glwindow.cpp \
          $$PWD/main.cpp

RESOURCES += computegles31.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/opengl/computegles31
INSTALLS += target