summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorMarius Bugge Monsen <mmonsen@trolltech.com>2009-04-20 20:02:56 +0200
committerMarius Bugge Monsen <mmonsen@trolltech.com>2009-04-20 20:02:56 +0200
commit6dcb9899488f7fdf4db2b93d7cb712f6746c88af (patch)
tree944b0c6bcf2930d8766f65de9e4d4ad065f0d53b /examples/examples.pro
parentedde9f64df8f86634a11f3f785a72ddfa27d2b9e (diff)
Separate the models from the tree example. This makes the tree example simpler.
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index e06e024..5c8717f 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -2,7 +2,8 @@ TEMPLATE = subdirs
SUBDIRS = iconList \
list \
table \
- tree
+ tree \
+ treeAdaptor
exists($$QMAKE_INCDIR_QT/QtCore/qeasingcurve.h) {
SUBDIRS += photoAlbum \