source: trunk/demos/demos.pro@ 754

Last change on this file since 754 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
RevLine 
[2]1TEMPLATE = subdirs
2SUBDIRS = \
[561]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
[2]18
[561]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
[2]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
[561]46wince*|symbian|embedded|x11: SUBDIRS += embedded
[2]47
[491]48!contains(QT_EDITION, Console):!cross_compile:!embedded:!wince*:SUBDIRS += demos_arthurplugin
[2]49
50!cross_compile:{
51contains(QT_BUILD_PARTS, tools):{
[640]52!wince*:SUBDIRS += demos_sqlbrowser demos_qtdemo
53wince*:SUBDIRS += demos_sqlbrowser
[2]54}
55}
[561]56contains(QT_CONFIG, phonon):!static:SUBDIRS += demos_mediaplayer
57contains(QT_CONFIG, webkit):contains(QT_CONFIG, svg):!symbian:SUBDIRS += demos_browser