summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/graphicsview.pro
blob: 4dd0b138bb87f5be29b1fae7832619635648bb96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TEMPLATE      = \
              subdirs
SUBDIRS       = \
              elasticnodes \
              collidingmice \
              diagramscene \
              dragdroprobot \
              padnavigator \
              lighting \
              blurpicker \
              basicgraphicslayouts

contains(QT_CONFIG, qt3support):SUBDIRS += portedcanvas portedasteroids
contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= dragdroprobot
contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles2):SUBDIRS += customshader

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