summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/customitems/customitems.pro
blob: 99582ea62f6e30524810e844cb165c17286fd431 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
android|ios {
    error( "This example is not supported for android or ios." )
}

!include( ../examples.pri ) {
    error( "Couldn't find the examples.pri file!" )
}

SOURCES += main.cpp \
           customitemgraph.cpp

HEADERS += customitemgraph.h

QT += widgets

RESOURCES += customitems.qrc

OTHER_FILES += doc/src/* \
               doc/images/*