summaryrefslogtreecommitdiffstats
path: root/examples/opengl/overpainting/overpainting.pro
blob: 3603260258500a89e2c20db7f74bce9ef6e6d990 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
QT          += opengl

HEADERS     = bubble.h \
              glwidget.h
SOURCES     = bubble.cpp \
              glwidget.cpp \
              main.cpp

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

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