summaryrefslogtreecommitdiffstats
path: root/examples/opengl/pbuffers2/pbuffers2.pro
blob: 31fd22cced36b787faefd022a3874de511f0ad87 (plain)
1
2
3
4
5
6
7
8
9
10
11
QT += opengl svg widgets

HEADERS += glwidget.h
SOURCES += glwidget.cpp main.cpp
RESOURCES += pbuffers2.qrc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/pbuffers2
INSTALLS += target

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