Remove moved examples/demos
This commit is contained in:
parent
d383f9f8bc
commit
ac1fee88d2
@ -48,8 +48,6 @@ SUBDIRS += demos_boxes
|
||||
mac* && !qpa: SUBDIRS += demos_macmainwindow
|
||||
wince*|symbian|embedded|x11: SUBDIRS += demos_embedded
|
||||
|
||||
!contains(QT_EDITION, Console):!cross_compile:!embedded:!wince*:SUBDIRS += demos_arthurplugin
|
||||
|
||||
!cross_compile:{
|
||||
contains(QT_BUILD_PARTS, tools):{
|
||||
!wince*:SUBDIRS += demos_sqlbrowser demos_qtdemo
|
||||
|
@ -1,28 +1,8 @@
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS = styledemo raycasting flickable digiflip
|
||||
|
||||
contains(QT_CONFIG, svg) {
|
||||
SUBDIRS += embeddedsvgviewer \
|
||||
desktopservices
|
||||
fluidlauncher.subdir = fluidlauncher
|
||||
fluidlauncher.depends = styledemo desktopservices raycasting flickable digiflip lightmaps flightinfo
|
||||
!vxworks:!qnx:SUBDIRS += fluidlauncher
|
||||
}
|
||||
|
||||
SUBDIRS += lightmaps
|
||||
SUBDIRS += flightinfo
|
||||
contains(QT_CONFIG, svg) {
|
||||
SUBDIRS += weatherinfo
|
||||
}
|
||||
|
||||
contains(QT_CONFIG, webkit) {
|
||||
SUBDIRS += anomaly
|
||||
}
|
||||
|
||||
contains(QT_CONFIG, declarative) {
|
||||
# Qml demos require DEPLOYMENT support. Therefore, only symbian.
|
||||
symbian:SUBDIRS += qmlcalculator qmlclocks qmldialcontrol qmleasing qmlflickr qmlphotoviewer qmltwitter
|
||||
}
|
||||
|
||||
# install
|
||||
sources.files = README *.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
|
||||
|
@ -5,8 +5,6 @@ SUBDIRS = draggableicons \
|
||||
fridgemagnets \
|
||||
puzzle
|
||||
|
||||
contains(QT_CONFIG, svg): SUBDIRS += delayedencoding
|
||||
|
||||
wince*: SUBDIRS -= dropsite
|
||||
symbian: SUBDIRS -= dropsite
|
||||
# install
|
||||
|
@ -30,8 +30,6 @@ SUBDIRS = \
|
||||
gestures
|
||||
}
|
||||
|
||||
contains(QT_CONFIG, webkit):SUBDIRS += webkit
|
||||
|
||||
symbian: SUBDIRS = \
|
||||
graphicsview \
|
||||
itemviews \
|
||||
|
@ -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
|
||||
|
@ -20,10 +20,6 @@ SUBDIRS = \
|
||||
multicastreceiver \
|
||||
multicastsender
|
||||
|
||||
contains(QT_CONFIG, svg) {
|
||||
SUBDIRS += bearercloud
|
||||
}
|
||||
|
||||
# no QProcess
|
||||
!vxworks:!qnx:SUBDIRS += network-chat
|
||||
|
||||
|
@ -19,11 +19,6 @@ contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2){
|
||||
framebufferobject2 \
|
||||
samplebuffers \
|
||||
textures
|
||||
|
||||
contains(QT_CONFIG, svg) {
|
||||
SUBDIRS += framebufferobject \
|
||||
pbuffers2
|
||||
}
|
||||
}
|
||||
|
||||
# install
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user