blob: d366e349f574614c59c3dd767da43fe3b38773a1 [file] [log] [blame]
android|ios|winrt {
error( "This example is not supported for android, ios, or winrt." )
}
!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/*