Updated change log for 4.5.3
[qt-netbsd.git] / examples / examples.pro
blob41501a0205f1c240df5bd9f2d989a2455c9d4650
1 TEMPLATE = subdirs
2 SUBDIRS = \
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
25 contains(QT_CONFIG, phonon):!static: SUBDIRS += phonon
26 contains(QT_CONFIG, webkit): SUBDIRS += webkit
27 embedded: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
34 contains(QT_CONFIG, opengl): SUBDIRS += opengl
35 contains(QT_CONFIG, dbus): SUBDIRS += dbus
36 win32: SUBDIRS += activeqt
37 contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns
38 contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
40 # install
41 sources.files = README *.pro
42 sources.path = $$[QT_INSTALL_EXAMPLES]
43 INSTALLS += sources