~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to demos/demos.pro

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-24 04:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050824040909-xmxe9jfr4a0w5671
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TEMPLATE    = subdirs
 
2
SUBDIRS     = \
 
3
        shared \
 
4
        deform \
 
5
        gradients \
 
6
        pathstroke \
 
7
        affine \
 
8
        books \
 
9
        interview \
 
10
        mainwindow \
 
11
        spreadsheet \
 
12
        textedit
 
13
 
 
14
CONFIG += ordered
 
15
 
 
16
!cross_compile:SUBDIRS += sqlbrowser
 
17
 
 
18
# install
 
19
sources.files = README *.pro
 
20
sources.path = $$[QT_INSTALL_DEMOS]
 
21
INSTALLS += sources