summaryrefslogtreecommitdiff
path: root/examples/opengl/opengl.pro
blob: 6f3d007e9b778958988acc4192b3a5a0099d95f4 (plain)
1
2
3
4
5
6
7
8
TEMPLATE = subdirs
!contains(QT_CONFIG, no-widgets): SUBDIRS += framebufferobject
QT+=widgets

# install
sources.files = opengl.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtsvg/opengl
INSTALLS += sources