summaryrefslogtreecommitdiffstats
path: root/examples/widgets/itemviews/fetchmore/fetchmore.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/itemviews/fetchmore/fetchmore.pro')
-rw-r--r--examples/widgets/itemviews/fetchmore/fetchmore.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/widgets/itemviews/fetchmore/fetchmore.pro b/examples/widgets/itemviews/fetchmore/fetchmore.pro
new file mode 100644
index 0000000000..28af7e9ac0
--- /dev/null
+++ b/examples/widgets/itemviews/fetchmore/fetchmore.pro
@@ -0,0 +1,13 @@
+HEADERS = filelistmodel.h \
+ window.h
+SOURCES = filelistmodel.cpp \
+ main.cpp \
+ window.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/fetchmore
+sources.files = $$SOURCES $$HEADERS *.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/fetchmore
+INSTALLS += target sources
+
+QT += widgets