summaryrefslogtreecommitdiffstats
path: root/examples/opengl/textures/textures.pro
blob: d2a6506cb8b8aa80ad269ef43f18fc20b2a4b32a (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 openglwidgets

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