summaryrefslogtreecommitdiffstats
path: root/examples/opengl/hellogl_es/hellogl_es.pro
blob: 56328030d560e06e3557a2161c6d41abe6be35aa (plain)
1
2
3
4
5
6
7
8
9
10
11
QT += gui

SOURCES += main.cpp
SOURCES += glwindow.cpp

HEADERS += glwindow.h

RESOURCES += texture.qrc

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