summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>2011-03-02 13:44:28 -0600
committeraxis <qt-info@nokia.com>2011-04-27 12:05:59 +0200
commitac1fee88d2a99d04bbb7a3820e76eb68c2138019 (patch)
tree1898ee442c82920ebcec89703998eb502120081a /examples
parentd383f9f8bc3a3310683502df4f2cf0c0c18060f4 (diff)
Remove moved examples/demos
Diffstat (limited to 'examples')
-rw-r--r--examples/desktop/desktop.pro2
-rw-r--r--examples/draganddrop/draganddrop.pro2
-rw-r--r--examples/examples.pro2
-rw-r--r--examples/graphicsview/graphicsview.pro1
-rw-r--r--examples/network/network.pro4
-rw-r--r--examples/opengl/opengl.pro5
-rw-r--r--examples/painting/painting.pro2
-rw-r--r--examples/richtext/richtext.pro2
8 files changed, 0 insertions, 20 deletions
diff --git a/examples/desktop/desktop.pro b/examples/desktop/desktop.pro
index 4bf02df005..58c7b977fb 100644
--- a/examples/desktop/desktop.pro
+++ b/examples/desktop/desktop.pro
@@ -2,8 +2,6 @@ TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = screenshot
-!symbian:contains(QT_CONFIG, svg): SUBDIRS += systray
-
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/desktop
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS desktop.pro README
diff --git a/examples/draganddrop/draganddrop.pro b/examples/draganddrop/draganddrop.pro
index 9cc0e2bd2f..8f737f1918 100644
--- a/examples/draganddrop/draganddrop.pro
+++ b/examples/draganddrop/draganddrop.pro
@@ -5,8 +5,6 @@ SUBDIRS = draggableicons \
fridgemagnets \
puzzle
-contains(QT_CONFIG, svg): SUBDIRS += delayedencoding
-
wince*: SUBDIRS -= dropsite
symbian: SUBDIRS -= dropsite
# install
diff --git a/examples/examples.pro b/examples/examples.pro
index ec0c1b0229..8efda7ba14 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -30,8 +30,6 @@ SUBDIRS = \
gestures
}
-contains(QT_CONFIG, webkit):SUBDIRS += webkit
-
symbian: SUBDIRS = \
graphicsview \
itemviews \
diff --git a/examples/graphicsview/graphicsview.pro b/examples/graphicsview/graphicsview.pro
index 0abbaf9de3..a1458ded91 100644
--- a/examples/graphicsview/graphicsview.pro
+++ b/examples/graphicsview/graphicsview.pro
@@ -13,7 +13,6 @@ SUBDIRS = \
simpleanchorlayout \
weatheranchorlayout
-contains(QT_CONFIG, qt3support):SUBDIRS += portedcanvas portedasteroids
contains(DEFINES, QT_NO_CURSOR)|contains(DEFINES, QT_NO_DRAGANDDROP): SUBDIRS -= dragdroprobot
# install
diff --git a/examples/network/network.pro b/examples/network/network.pro
index 7f32a4ae6f..09765a622a 100644
--- a/examples/network/network.pro
+++ b/examples/network/network.pro
@@ -20,10 +20,6 @@ SUBDIRS = \
multicastreceiver \
multicastsender
- contains(QT_CONFIG, svg) {
- SUBDIRS += bearercloud
- }
-
# no QProcess
!vxworks:!qnx:SUBDIRS += network-chat
diff --git a/examples/opengl/opengl.pro b/examples/opengl/opengl.pro
index 7bb5b298f2..f9ca0bdaf4 100644
--- a/examples/opengl/opengl.pro
+++ b/examples/opengl/opengl.pro
@@ -19,11 +19,6 @@ contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2){
framebufferobject2 \
samplebuffers \
textures
-
- contains(QT_CONFIG, svg) {
- SUBDIRS += framebufferobject \
- pbuffers2
- }
}
# install
diff --git a/examples/painting/painting.pro b/examples/painting/painting.pro
index ef1f57b371..4108a64edd 100644
--- a/examples/painting/painting.pro
+++ b/examples/painting/painting.pro
@@ -7,8 +7,6 @@ SUBDIRS = basicdrawing \
!wince*:!symbian: SUBDIRS += fontsampler
-contains(QT_CONFIG, svg): SUBDIRS += svggenerator svgviewer
-
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/painting
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS painting.pro README
diff --git a/examples/richtext/richtext.pro b/examples/richtext/richtext.pro
index 348f467c1f..102181ec26 100644
--- a/examples/richtext/richtext.pro
+++ b/examples/richtext/richtext.pro
@@ -3,8 +3,6 @@ SUBDIRS = calendar \
orderform \
syntaxhighlighter
-contains(QT_CONFIG, svg): SUBDIRS += textobject
-
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/richtext
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS richtext.pro README