2012-12-14 21:13:33 +01:00
|
|
|
QT += widgets
|
2018-01-08 13:43:04 +01:00
|
|
|
requires(qtConfig(listview))
|
2012-12-14 21:13:33 +01:00
|
|
|
|
2011-04-27 12:05:43 +02:00
|
|
|
HEADERS = randomlistmodel.h
|
|
|
|
SOURCES = randomlistmodel.cpp \
|
|
|
|
main.cpp
|
|
|
|
|
|
|
|
# install
|
2014-10-15 13:50:27 +02:00
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/corelib/tools/contiguouscache
|
2012-11-27 20:40:16 +01:00
|
|
|
INSTALLS += target
|