source: trunk/demos/demos.pro@ 561

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

trunk: Merged in qt 4.6.1 sources.

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