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

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

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