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

QT += opengl

# install
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/samplebuffers
sources.files = $$SOURCES $$HEADERS samplebuffers.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/samplebuffers
INSTALLS += target sources

include($$QT_SOURCE_TREE/examples/examplebase.pri)