summaryrefslogtreecommitdiffstats
path: root/examples/opengl/overpainting/overpainting.pro
blob: 08fe9b3dae766a71646a091e053658dbfcb36120 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
INSTALLS += target

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