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

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