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

« back to all changes in this revision

Viewing changes to examples/examples.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       = dialogs \
 
3
                draganddrop \
 
4
                itemviews \
 
5
                layouts \
 
6
                linguist \
 
7
                mainwindows \
 
8
                network \
 
9
                painting \
 
10
                richtext \
 
11
                sql \
 
12
                threads \
 
13
                tools \
 
14
                tutorial \
 
15
                widgets \
 
16
                xml
 
17
 
 
18
!contains(QT_PRODUCT, .*Console.*):SUBDIRS += designer
 
19
contains(QT_CONFIG, opengl): SUBDIRS += opengl
 
20
#!cross_compiler:SUBDIRS: += designer
 
21
win32:!contains(QT_PRODUCT, .*OpenSource.*|.*Console.*):SUBDIRS += activeqt
 
22
 
 
23
# install
 
24
sources.files = README *.pro
 
25
sources.path = $$[QT_INSTALL_EXAMPLES]
 
26
INSTALLS += sources