source: trunk/demos/demos.pro@ 553

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

demos: Temporarily disable qtdemo because of the missing assistant (depends on #119).

File size: 2.0 KB
RevLine 
[2]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
18contains(QT_CONFIG, opengl):!contains(QT_CONFIG, opengles1):!contains(QT_CONFIG, opengles1cl):!contains(QT_CONFIG, opengles2):{
19SUBDIRS += demos_boxes
20}
21
22mac*: SUBDIRS += demos_macmainwindow
23wince*|embedded: SUBDIRS += embedded
24
[491]25!contains(QT_EDITION, Console):!cross_compile:!embedded:!wince*:SUBDIRS += demos_arthurplugin
[2]26
27!cross_compile:{
28contains(QT_BUILD_PARTS, tools):{
[515]29!wince*:!os2:SUBDIRS += demos_sqlbrowser demos_qtdemo
30wince*|os2: SUBDIRS += demos_sqlbrowser
[2]31}
32}
33contains(QT_CONFIG, phonon)!static:SUBDIRS += demos_mediaplayer
34contains(QT_CONFIG, webkit):contains(QT_CONFIG, svg):SUBDIRS += demos_browser
35
36# install
37sources.files = README *.pro
38sources.path = $$[QT_INSTALL_DEMOS]
39INSTALLS += sources
40
41demos_chip.subdir = chip
42demos_embeddeddialogs.subdir = embeddeddialogs
43demos_shared.subdir = shared
44demos_deform.subdir = deform
45demos_gradients.subdir = gradients