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

# install
target.path = $$[QT_INSTALL_EXAMPLES]/tools/contiguouscache
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS contiguouscache.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/tools/contiguouscache
INSTALLS += target sources
QT += widgets


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