source: trunk/demos/demos.pro@ 853

Last change on this file since 853 was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

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