summaryrefslogtreecommitdiffstats
path: root/examples/opengl/hellogles3/hellogles3.pro
blob: 8d9fbe25cadf7b86b08e6d5c2cb5741928f9958f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT += opengl

HEADERS = $$PWD/glwindow.h \
          $$PWD/../hellogl2/logo.h

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

RESOURCES += hellogles3.qrc

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