summaryrefslogtreecommitdiffstats
path: root/examples/corelib/tools/contiguouscache/contiguouscache.pro
blob: fb2267fc64b08fae7a8507c6b0069e556da9e118 (plain)
1
2
3
4
5
6
7
8
9
QT += widgets

HEADERS       = randomlistmodel.h
SOURCES       = randomlistmodel.cpp \
                main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/corelib/tools/contiguouscache
INSTALLS += target