blob: 2390983c068f100210c2bd90cb28a549cc1df9c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|