source: trunk/demos/demos.pro@ 640

Last change on this file since 640 was 640, checked in by Dmitry A. Kuminov, 15 years ago

demos/examples: Reverted r515 and r540 (enabled help- and assistant-related examples and demos).

File size: 2.8 KB
Line 
1TEMPLATE = subdirs
2SUBDIRS = \
3 demos_shared \
4 demos_deform \
5 demos_gradients \
6 demos_pathstroke \
7 demos_affine \
8 demos_composition \
9 demos_books \
10 demos_interview \
11 demos_mainwindow \
12 demos_spreadsheet \
13 demos_textedit \
14 demos_chip \
15 demos_embeddeddialogs \
16 demos_undo \
17 demos_sub-attaq
18
19symbian: SUBDIRS = \
20 demos_shared \
21 demos_deform \
22 demos_pathstroke
23
24wince*: SUBDIRS = \
25 demos_shared \
26 demos_deform \
27 demos_gradients \
28 demos_pathstroke \
29 demos_affine \
30 demos_composition \
31 demos_books \
32 demos_interview \
33 demos_mainwindow \
34 demos_spreadsheet \
35 demos_textedit \
36 # demos_chip \
37 demos_embeddeddialogs \
38 demos_undo \
39 demos_sub-attaq
40
41contains(QT_CONFIG, opengl):!contains(QT_CONFIG, opengles1):!contains(QT_CONFIG, opengles1cl):!contains(QT_CONFIG, opengles2):{
42SUBDIRS += demos_boxes
43}
44
45mac*: SUBDIRS += demos_macmainwindow
46wince*|symbian|embedded|x11: SUBDIRS += embedded
47
48!contains(QT_EDITION, Console):!cross_compile:!embedded:!wince*:SUBDIRS += demos_arthurplugin
49
50!cross_compile:{
51contains(QT_BUILD_PARTS, tools):{
52!wince*:SUBDIRS += demos_sqlbrowser demos_qtdemo
53wince*:SUBDIRS += demos_sqlbrowser
54}
55}
56contains(QT_CONFIG, phonon):!static:SUBDIRS += demos_mediaplayer
57contains(QT_CONFIG, webkit):contains(QT_CONFIG, svg):!symbian:SUBDIRS += demos_browser
58
59# install
60sources.files = README *.pro
61sources.path = $$[QT_INSTALL_DEMOS]
62INSTALLS += sources
63
64symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
65
66demos_chip.subdir = chip
67demos_embeddeddialogs.subdir = embeddeddialogs
68demos_shared.subdir = shared
69demos_deform.subdir = deform
70demos_gradients.subdir = gradients
71demos_pathstroke.subdir = pathstroke
72demos_affine.subdir = affine
73demos_composition.subdir = composition
74demos_books.subdir = books
75demos_interview.subdir = interview
76demos_macmainwindow.subdir = macmainwindow
77demos_mainwindow.subdir = mainwindow
78demos_spreadsheet.subdir = spreadsheet
79demos_textedit.subdir = textedit
80demos_arthurplugin.subdir = arthurplugin
81demos_sqlbrowser.subdir = sqlbrowser
82demos_undo.subdir = undo
83demos_qtdemo.subdir = qtdemo
84demos_mediaplayer.subdir = qmediaplayer
85
86demos_browser.subdir = browser
87
88demos_boxes.subdir = boxes
89demos_sub-attaq.subdir = sub-attaq
90
91#CONFIG += ordered