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 TEMPLATE = subdirs
SUBDIRS = styleexample raycasting flickable digiflip SUBDIRS = styleexample raycasting flickable digiflip

View File

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

View File

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

View File

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

View File

@ -10,11 +10,3 @@ QT += sql widgets widgets
target.path = $$[QT_INSTALL_EXAMPLES]/sql/books target.path = $$[QT_INSTALL_EXAMPLES]/sql/books
INSTALLS += target 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 \ SUBDIRS = books \
drilldown \ drilldown \
cachedtable \ cachedtable \
relationaltablemodel \
sqlwidgetmapper
!wince:qtHaveModule(xml): SUBDIRS += masterdetail
!wince: SUBDIRS += \
querymodel \ querymodel \
relationaltablemodel \
sqlwidgetmapper \
tablemodel tablemodel
qtHaveModule(xml): SUBDIRS += masterdetail
!cross_compile:{ !cross_compile:{
contains(QT_BUILD_PARTS, tools):{ contains(QT_BUILD_PARTS, tools):{
SUBDIRS += sqlbrowser SUBDIRS += sqlbrowser

View File

@ -10,5 +10,3 @@ RESOURCES += configdialog.qrc
# install # install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/dialogs/configdialog target.path = $$[QT_INSTALL_EXAMPLES]/widgets/dialogs/configdialog
INSTALLS += target 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 TEMPLATE = subdirs
SUBDIRS = classwizard \ SUBDIRS = classwizard \
configdialog \ configdialog \
extension \
findfiles \
licensewizard \
standarddialogs \ standarddialogs \
tabdialog \ tabdialog \
trivialwizard trivialwizard
!wince {
SUBDIRS += \
licensewizard \
extension \
findfiles
}
!qtHaveModule(printsupport): SUBDIRS -= licensewizard !qtHaveModule(printsupport): SUBDIRS -= licensewizard
!qtConfig(wizard) { !qtConfig(wizard) {
SUBDIRS -= trivialwizard licensewizard classwizard SUBDIRS -= trivialwizard licensewizard classwizard

View File

@ -7,5 +7,3 @@ SOURCES = dialog.cpp \
# install # install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/dialogs/standarddialogs target.path = $$[QT_INSTALL_EXAMPLES]/widgets/dialogs/standarddialogs
INSTALLS += target 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 # install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/dialogs/tabdialog target.path = $$[QT_INSTALL_EXAMPLES]/widgets/dialogs/tabdialog
INSTALLS += target 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 # install
target.path = $$[QT_INSTALL_EXAMPLES]/xml/dombookmarks target.path = $$[QT_INSTALL_EXAMPLES]/xml/dombookmarks
INSTALLS += target 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 win32: CONFIG += console
wince {
htmlfiles.files = *.html
htmlfiles.path = .
INSTALLS += htmlfiles
}
# install # install
target.path = $$[QT_INSTALL_EXAMPLES]/xml/htmlinfo target.path = $$[QT_INSTALL_EXAMPLES]/xml/htmlinfo
INSTALLS += target INSTALLS += target

View File

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