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

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

symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)