summaryrefslogtreecommitdiffstats
path: root/examples/widgets/itemviews/fetchmore/fetchmore.pro
blob: 164033f0a2d46f8d5282ff5b5f5c522b3abb8fa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT += widgets
requires(qtConfig(listview))

HEADERS   = filelistmodel.h \
            window.h
SOURCES   = filelistmodel.cpp \
            main.cpp \
            window.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/itemviews/fetchmore
INSTALLS += target