summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/itemmodel/itemmodel.pro
blob: 3249bb7bc986ea5e743ed5950720cdf29f3a895d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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

QT += widgets

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