summaryrefslogtreecommitdiff
path: root/examples/tools/contiguouscache/contiguouscache.pro
blob: f840514f57e18ffc17e1c9df8af5a072fc5de9e7 (plain)
1
2
3
4
5
6
7
8
9
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