summaryrefslogtreecommitdiffstats
path: root/examples/opengl/legacy/overpainting/overpainting.pro
blob: cbed7eed2b3afc13a97353ca338da8cc6412ea2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
QT += opengl widgets

VPATH += ../shared
INCLUDEPATH += ../shared

HEADERS = bubble.h \
    glwidget.h \
    qtlogo.h

SOURCES = bubble.cpp \
    glwidget.cpp \
    main.cpp \
    qtlogo.cpp

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

contains(QT_CONFIG, opengles.|angle|dynamicgl):error("This example requires Qt to be configured with -opengl desktop")