summaryrefslogtreecommitdiffstats
path: root/examples/opengl/textures/textures.pro
blob: b912baaa9b17231b559edbce0be62bec8b91c139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
INSTALLS += target


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