summaryrefslogtreecommitdiffstats
path: root/examples/itemmodel/itemmodel.pro
blob: f319f690fdd471795f7915dbd56573de024f173e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
!include( ../examples.pri ) {
    error( "Couldn't find the examples.pri file!" )
}

SOURCES += main.cpp

INSTALLS += target

QT += widgets

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