qtdeclarative/examples/quick/models/threadedfetchmore/threadedfetchmore.pro

13 lines
315 B
Prolog
Raw Permalink Normal View History

TARGET = threadedfetchmore
QT += qml quick
HEADERS = fetchworker.h \
threadedfetchmoremodel.h
SOURCES = main.cpp \
fetchworker.cpp \
threadedfetchmoremodel.cpp
RESOURCES += threadedfetchmore.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/quick/models/threadedfetchmore
INSTALLS += target