summaryrefslogtreecommitdiffstats
path: root/examples/opengl/samplebuffers/samplebuffers.pro
blob: 232c1f4a541b30094121623db58cb10c9ada5b40 (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

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