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

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

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