summaryrefslogtreecommitdiffstats
path: root/examples/tools/contiguouscache/contiguouscache.pro
blob: 62cf86279586dbae1ad68063ad47a895ac8049e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
HEADERS       = randomlistmodel.h
SOURCES       = randomlistmodel.cpp \
                main.cpp

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


simulator: warning(This example might not fully work on Simulator platform)