summaryrefslogtreecommitdiffstats
path: root/examples/itemviews/fetchmore/fetchmore.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/itemviews/fetchmore/fetchmore.pro')
-rw-r--r--examples/itemviews/fetchmore/fetchmore.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/itemviews/fetchmore/fetchmore.pro b/examples/itemviews/fetchmore/fetchmore.pro
new file mode 100644
index 0000000000..2951d93faf
--- /dev/null
+++ b/examples/itemviews/fetchmore/fetchmore.pro
@@ -0,0 +1,12 @@
+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
+