summaryrefslogtreecommitdiffstats
path: root/rules/qt4-examples.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2009-06-18 13:45:10 +0000
committerMichael Olbrich <m.olbrich@pengutronix.de>2009-06-18 13:45:10 +0000
commit4b5eba491dd3761d50fb1281a3a1db79d715efb3 (patch)
tree76b205e3ad94ed7efc5514632e3baa5649a004a0 /rules/qt4-examples.in
parent5cd95163ae753c551bf5dbd4bc614be0c3c4ed9d (diff)
downloadptxdist-4b5eba491dd3761d50fb1281a3a1db79d715efb3.tar.gz
ptxdist-4b5eba491dd3761d50fb1281a3a1db79d715efb3.tar.xz
* qt4-examples: remove examples that are not compiled
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10821 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/qt4-examples.in')
-rw-r--r--rules/qt4-examples.in56
1 files changed, 12 insertions, 44 deletions
diff --git a/rules/qt4-examples.in b/rules/qt4-examples.in
index 5bdc9aa9f..347e28298 100644
--- a/rules/qt4-examples.in
+++ b/rules/qt4-examples.in
@@ -677,6 +677,7 @@ if QT4_EXAMPLES__OPENGL
config QT4_EXAMPLES__2DPAINTING
bool
prompt "2dpainting"
+ depends on BROKEN
select QT4_BUILD_GUI
select QT4_BUILD_NETWORK
@@ -684,36 +685,42 @@ config QT4_EXAMPLES__FRAMEBUFFEROBJECT
bool
prompt "framebufferobject"
select QT4_BUILD_SVG
+ depends on BROKEN
select QT4_BUILD_GUI
select QT4_BUILD_NETWORK
config QT4_EXAMPLES__FRAMEBUFFEROBJECT2
bool
prompt "framebufferobject2"
+ depends on BROKEN
select QT4_BUILD_GUI
select QT4_BUILD_NETWORK
config QT4_EXAMPLES__GRABBER
bool
prompt "grabber"
+ depends on BROKEN
select QT4_BUILD_GUI
select QT4_BUILD_NETWORK
config QT4_EXAMPLES__HELLOGL
bool
prompt "hellogl"
+ depends on BROKEN
select QT4_BUILD_GUI
select QT4_BUILD_NETWORK
config QT4_EXAMPLES__OVERPAINTING
bool
prompt "overpainting"
+ depends on BROKEN
select QT4_BUILD_GUI
select QT4_BUILD_NETWORK
config QT4_EXAMPLES__PBUFFERS
bool
prompt "pbuffers"
+ depends on BROKEN
select QT4_BUILD_GUI
select QT4_BUILD_NETWORK
@@ -721,18 +728,21 @@ config QT4_EXAMPLES__PBUFFERS2
bool
prompt "pbuffers2"
select QT4_BUILD_SVG
+ depends on BROKEN
select QT4_BUILD_GUI
select QT4_BUILD_NETWORK
config QT4_EXAMPLES__SAMPLEBUFFERS
bool
prompt "samplebuffers"
+ depends on BROKEN
select QT4_BUILD_GUI
select QT4_BUILD_NETWORK
config QT4_EXAMPLES__TEXTURES
bool
prompt "textures"
+ depends on BROKEN
select QT4_BUILD_GUI
select QT4_BUILD_NETWORK
@@ -1184,53 +1194,11 @@ config QT4_EXAMPLES__UNDOFRAMEWORK
endif
-menuconfig QT4_EXAMPLES__TUTORIALS/ADDRESSBOOK_FR
+menuconfig QT4_EXAMPLES__TUTORIALS
tristate
prompt "tutorials"
-if QT4_EXAMPLES__TUTORIALS/ADDRESSBOOK_FR
-
-config QT4_EXAMPLES__PART1
- bool
- prompt "part1"
- select QT4_BUILD_GUI
- select QT4_BUILD_NETWORK
-
-config QT4_EXAMPLES__PART2
- bool
- prompt "part2"
- select QT4_BUILD_GUI
- select QT4_BUILD_NETWORK
-
-config QT4_EXAMPLES__PART3
- bool
- prompt "part3"
- select QT4_BUILD_GUI
- select QT4_BUILD_NETWORK
-
-config QT4_EXAMPLES__PART4
- bool
- prompt "part4"
- select QT4_BUILD_GUI
- select QT4_BUILD_NETWORK
-
-config QT4_EXAMPLES__PART5
- bool
- prompt "part5"
- select QT4_BUILD_GUI
- select QT4_BUILD_NETWORK
-
-config QT4_EXAMPLES__PART6
- bool
- prompt "part6"
- select QT4_BUILD_GUI
- select QT4_BUILD_NETWORK
-
-config QT4_EXAMPLES__PART7
- bool
- prompt "part7"
- select QT4_BUILD_GUI
- select QT4_BUILD_NETWORK
+if QT4_EXAMPLES__TUTORIALS
config QT4_EXAMPLES__PART1
bool