summaryrefslogtreecommitdiffstats
path: root/examples/opengl/textures/textures.pro
blob: ae8672d93957ad3e6fca0691fa65ae34d975aa6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
HEADERS       = glwidget.h \
                window.h
SOURCES       = glwidget.cpp \
                main.cpp \
                window.cpp
RESOURCES     = textures.qrc
QT           += opengl widgets

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


simulator: warning(This example might not fully work on Simulator platform)