summaryrefslogtreecommitdiffstats
path: root/examples/opengl/hellogl_es/hellogl_es.pro
blob: 6932b7783195f4efd102c18d92978ed2805b09ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = app
DEPENDPATH += .
INCLUDEPATH += .

# Input
SOURCES += main.cpp
SOURCES += glwindow.cpp

HEADERS += glwindow.h

RESOURCES += texture.qrc
QT += gui

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/hellogl_es
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hellogl_es.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/hellogl_es
INSTALLS += target sources