source: trunk/examples/examples.pro@ 385

Last change on this file since 385 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 1.3 KB
Line 
1TEMPLATE = subdirs
2SUBDIRS = \
3 desktop \
4 dialogs \
5 draganddrop \
6 graphicsview \
7 ipc \
8 itemviews \
9 layouts \
10 linguist \
11 mainwindows \
12 network \
13 painting \
14 qtconcurrent \
15 richtext \
16 sql \
17 threads \
18 tools \
19 tutorials \
20 widgets \
21 uitools \
22 xml \
23 script
24
25contains(QT_CONFIG, phonon):!static: SUBDIRS += phonon
26contains(QT_CONFIG, webkit): SUBDIRS += webkit
27embedded:SUBDIRS += qws
28!wince*: {
29 !contains(QT_EDITION, Console):contains(QT_BUILD_PARTS, tools):SUBDIRS += designer
30 contains(QT_BUILD_PARTS, tools):SUBDIRS += assistant qtestlib help
31} else {
32 contains(QT_BUILD_PARTS, tools):SUBDIRS += qtestlib
33}
34contains(QT_CONFIG, opengl): SUBDIRS += opengl
35contains(QT_CONFIG, dbus): SUBDIRS += dbus
36win32:!contains(QT_EDITION, OpenSource|Console):SUBDIRS += activeqt
37contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns
38contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
39
40# install
41sources.files = README *.pro
42sources.path = $$[QT_INSTALL_EXAMPLES]
43INSTALLS += sources
Note: See TracBrowser for help on using the repository browser.