source: branches/vendor/nokia/qt/current/demos/demos.pro@ 844

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

vendor: Imported qt-everywhere-opensource-src-4.7.2 from Nokia (excluding doc/html and doc/qch dirs generated from doc/src, and imports and templates dirs which are emtpy).

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