summaryrefslogtreecommitdiffstats
path: root/examples/opengl/overpainting/overpainting.pro
blob: 17ffbe6171c7a32070d3a7d4eecf83629a16edc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
VPATH += ../shared
INCLUDEPATH += ../shared

QT += opengl widgets
HEADERS = bubble.h \
    glwidget.h \
    qtlogo.h
SOURCES = bubble.cpp \
    glwidget.cpp \
    main.cpp \
    qtlogo.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


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