examples/tools/contiguouscache/contiguouscache.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 HEADERS       = randomlistmodel.h
       
     2 SOURCES       = randomlistmodel.cpp \
       
     3                 main.cpp
       
     4 
       
     5 # install
       
     6 target.path = $$[QT_INSTALL_EXAMPLES]/tools/contiguouscache
       
     7 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS contiguouscache.pro
       
     8 sources.path = $$[QT_INSTALL_EXAMPLES]/tools/contiguouscache
       
     9 INSTALLS += target sources