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

HEADERS     = glwidget.h \
              helper.h \
              widget.h \
              window.h
SOURCES     = glwidget.cpp \
              helper.cpp \
              main.cpp \
              widget.cpp \
              window.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/2dpainting
INSTALLS += target


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