summaryrefslogtreecommitdiffstats
path: root/examples/opengl/textures/textures.pro
blob: ae1ae4d34c18880ef891101b70fef43c0a61834d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
HEADERS       = glwidget.h \
                window.h
SOURCES       = glwidget.cpp \
                main.cpp \
                window.cpp

RESOURCES     = textures.qrc

QT           += widgets opengl

# install
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/textures
INSTALLS += target