~ubuntu-branches/ubuntu/wily/qtbase-opensource-src/wily

« back to all changes in this revision

Viewing changes to examples/widgets/tutorials/modelview/modelview.pro

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-02-05 12:46:17 UTC
  • Revision ID: package-import@ubuntu.com-20130205124617-c8jouts182j002fx
Tags: upstream-5.0.1+dfsg
ImportĀ upstreamĀ versionĀ 5.0.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TEMPLATE  = subdirs
 
2
SUBDIRS = 1_readonly \
 
3
          2_formatting \
 
4
          3_changingmodel \
 
5
          4_headers \
 
6
          5_edit \
 
7
          6_treeview \
 
8
          7_selections
 
9
 
 
10
# install
 
11
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview
 
12
INSTALLS += target