summaryrefslogtreecommitdiffstats
path: root/examples/widgets/itemviews/itemviews.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/itemviews/itemviews.pro')
-rw-r--r--examples/widgets/itemviews/itemviews.pro25
1 files changed, 25 insertions, 0 deletions
diff --git a/examples/widgets/itemviews/itemviews.pro b/examples/widgets/itemviews/itemviews.pro
new file mode 100644
index 0000000000..347c259bc2
--- /dev/null
+++ b/examples/widgets/itemviews/itemviews.pro
@@ -0,0 +1,25 @@
+TEMPLATE = subdirs
+SUBDIRS = addressbook \
+ basicsortfiltermodel \
+ chart \
+ combowidgetmapper \
+ customsortfiltermodel \
+ dirview \
+ editabletreemodel \
+ fetchmore \
+ frozencolumn \
+ interview \
+ pixelator \
+ puzzle \
+ simpledommodel \
+ simpletreemodel \
+ simplewidgetmapper \
+ spinboxdelegate \
+ spreadsheet
+
+# install
+sources.files = README *.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews
+INSTALLS += sources
+
+QT += widgets