Examples: Remove remains of wince

Task-number: QTBUG-52590
Task-number: QTBUG-60628
Task-number: QTBUG-60633
Task-number: QTBUG-60635
Task-number: QTBUG-60641
Task-number: QTBUG-60659
Change-Id: I9ffc3e25893d2281b19cc12b70e1a92fb2a8b708
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
Friedemann Kleint 2017-07-03 13:56:14 +02:00
parent d4700b2317
commit dc81a99dec
13 changed files with 16 additions and 65 deletions

View File

@ -1,4 +1,4 @@
requires(if(wince|embedded|x11):qtHaveModule(gui))
requires(if(embedded|x11):qtHaveModule(gui))
TEMPLATE = subdirs
SUBDIRS = styleexample raycasting flickable digiflip

View File

@ -16,9 +16,3 @@ EXAMPLE_FILES = animation.gif
# install
target.path = $$[QT_INSTALL_EXAMPLES]/network/multistreamserver
INSTALLS += target
wince*: {
addFiles.files += *.gif
addFiles.path = .
DEPLOYMENT += addFiles
}

View File

@ -8,14 +8,12 @@ qtHaveModule(widgets) {
SUBDIRS += contextinfo \
threadedqopenglwidget \
2dpainting \
hellogl2
!wince: SUBDIRS += \
qopenglwidget \
cube \
textures \
hellogles3 \
computegles31
hellogl2 \
qopenglwidget \
cube \
textures \
hellogles3 \
computegles31
}
EXAMPLE_FILES += \

View File

@ -3,12 +3,10 @@ requires(qtHaveModule(concurrent))
TEMPLATE = subdirs
SUBDIRS = imagescaling \
map \
progressdialog \
runfunction \
wordcount
!wince* {
SUBDIRS += progressdialog
}
!qtHaveModule(gui) {
SUBDIRS -= \

View File

@ -10,11 +10,3 @@ QT += sql widgets widgets
target.path = $$[QT_INSTALL_EXAMPLES]/sql/books
INSTALLS += target
wince {
CONFIG(debug, debug|release):sqlPlugins.files = $$QT_BUILD_TREE/plugins/sqldrivers/*d4.dll
CONFIG(release, debug|release):sqlPlugins.files = $$QT_BUILD_TREE/plugins/sqldrivers/*[^d]4.dll
sqlPlugins.path = sqldrivers
INSTALLS += sqlPlugins
}

View File

@ -4,16 +4,14 @@ TEMPLATE = subdirs
SUBDIRS = books \
drilldown \
cachedtable \
relationaltablemodel \
sqlwidgetmapper
!wince:qtHaveModule(xml): SUBDIRS += masterdetail
!wince: SUBDIRS += \
cachedtable \
querymodel \
relationaltablemodel \
sqlwidgetmapper \
tablemodel
qtHaveModule(xml): SUBDIRS += masterdetail
!cross_compile:{
contains(QT_BUILD_PARTS, tools):{
SUBDIRS += sqlbrowser

View File

@ -10,5 +10,3 @@ RESOURCES += configdialog.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/dialogs/configdialog
INSTALLS += target
wince50standard-x86-msvc2005: LIBS += libcmt.lib corelibc.lib ole32.lib oleaut32.lib uuid.lib commctrl.lib coredll.lib winsock.lib ws2.lib

View File

@ -3,17 +3,13 @@ QT_FOR_CONFIG += widgets
TEMPLATE = subdirs
SUBDIRS = classwizard \
configdialog \
extension \
findfiles \
licensewizard \
standarddialogs \
tabdialog \
trivialwizard
!wince {
SUBDIRS += \
licensewizard \
extension \
findfiles
}
!qtHaveModule(printsupport): SUBDIRS -= licensewizard
!qtConfig(wizard) {
SUBDIRS -= trivialwizard licensewizard classwizard

View File

@ -7,5 +7,3 @@ SOURCES = dialog.cpp \
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/dialogs/standarddialogs
INSTALLS += target
wince50standard-x86-msvc2005: LIBS += libcmt.lib corelibc.lib ole32.lib oleaut32.lib uuid.lib commctrl.lib coredll.lib winsock.lib ws2.lib

View File

@ -7,5 +7,3 @@ SOURCES = main.cpp \
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/dialogs/tabdialog
INSTALLS += target
wince50standard-x86-msvc2005: LIBS += libcmt.lib corelibc.lib ole32.lib oleaut32.lib uuid.lib commctrl.lib coredll.lib winsock.lib ws2.lib

View File

@ -10,10 +10,3 @@ EXAMPLE_FILES = frank.xbel jennifer.xbel
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xml/dombookmarks
INSTALLS += target
wince {
addFiles.files = frank.xbel jennifer.xbel
addFiles.path = "\\My Documents"
INSTALLS += addFiles
}

View File

@ -6,12 +6,6 @@ RESOURCES = resources.qrc
win32: CONFIG += console
wince {
htmlfiles.files = *.html
htmlfiles.path = .
INSTALLS += htmlfiles
}
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xml/htmlinfo
INSTALLS += target

View File

@ -12,9 +12,3 @@ EXAMPLE_FILES = frank.xbel jennifer.xbel
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xml/saxbookmarks
INSTALLS += target
wince {
addFiles.files = frank.xbel jennifer.xbel
addFiles.path = "\\My Documents"
INSTALLS += addFiles
}