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