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

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

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

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