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