source: trunk/demos/demos.pro@ 551

Last change on this file since 551 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
46demos_pathstroke.subdir = pathstroke
47demos_affine.subdir = affine
48demos_composition.subdir = composition
49demos_books.subdir = books
50demos_interview.subdir = interview
51demos_macmainwindow.subdir = macmainwindow
52demos_mainwindow.subdir = mainwindow
53demos_spreadsheet.subdir = spreadsheet
54demos_textedit.subdir = textedit
55demos_arthurplugin.subdir = arthurplugin
56demos_sqlbrowser.subdir = sqlbrowser
57demos_undo.subdir = undo
58demos_qtdemo.subdir = qtdemo