Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/staging/dev
This commit is contained in:
commit
24cc181f04
2
configure
vendored
2
configure
vendored
@ -2882,7 +2882,7 @@ if [ "$XPLATFORM_IOS" = "yes" ]; then
|
||||
CFG_NOBUILD_PARTS="$CFG_NOBUILD_PARTS examples tests"
|
||||
CFG_SHARED="no" # iOS builds should be static to be able to submit to the App Store
|
||||
CFG_CXX11="no" # C++11 support disabled for now
|
||||
CFG_SKIP_MODULES="$CFG_SKIP_MODULES qtquickcontrols qtwebkit qtgraphicaleffects qtdoc qtmultimedia qtwebkit-examples qttools qtserialport"
|
||||
CFG_SKIP_MODULES="$CFG_SKIP_MODULES qtconnectivity qtdoc qtgraphicaleffects qtlocation qtmultimedia qtquickcontrols qtserialport qttools qtwebkit qtwebkit-examples"
|
||||
fi
|
||||
|
||||
# disable GTK style support auto-detection on Mac
|
||||
|
@ -487,3 +487,8 @@
|
||||
\externalpage http://www.w3.org/TR/2009/WD-webdatabase-20091029/
|
||||
\title HTML5 Web Database API
|
||||
*/
|
||||
|
||||
/*!
|
||||
\externalpage http://lldb.llvm.org/
|
||||
\title The LLDB Debugger
|
||||
*/
|
||||
|
@ -179,8 +179,6 @@ manifestmeta.thumbnail.names = "QtConcurrent/Map Example" \
|
||||
"QtNetwork/Network Download*" \
|
||||
"QtWidgets/Dynamic Layouts Example" \
|
||||
"QtWidgets/Event Transitions Example" \
|
||||
"QtWidgets/Plug & Paint Basic Tools Example" \
|
||||
"QtWidgets/Plug & Paint Extra Filters Example" \
|
||||
"QtWidgets/Two-way Button Example" \
|
||||
"QtWidgets/Validators Example" \
|
||||
"ActiveQt/*" \
|
||||
|
@ -10,5 +10,3 @@ DBUS_INTERFACES += org.example.chat.xml
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/chat
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -6,5 +6,3 @@ SOURCES += complexping.cpp
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/complexpingpong
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -6,5 +6,3 @@ SOURCES += complexpong.cpp
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/complexpingpong
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -6,5 +6,3 @@ SOURCES += listnames.cpp
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/listnames
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -6,5 +6,3 @@ SOURCES += ping.cpp
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/pingpong
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -6,5 +6,3 @@ SOURCES += pong.cpp
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/pingpong
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -7,5 +7,3 @@ SOURCES += car.cpp main.cpp
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/remotecontrolledcar/car
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -8,5 +8,3 @@ SOURCES += main.cpp controller.cpp
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/remotecontrolledcar/controller
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -6,6 +6,3 @@ QT += network widgets
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/ipc/localfortuneclient
|
||||
INSTALLS += target
|
||||
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -6,6 +6,3 @@ QT += network widgets
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/ipc/localfortuneserver
|
||||
INSTALLS += target
|
||||
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -13,5 +13,3 @@ EXAMPLE_FILES = *.png
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/ipc/sharedmemory
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -7,5 +7,3 @@ SOURCES += main.cpp
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/network/download
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -16,5 +16,3 @@ OTHER_FILES += \
|
||||
debian/copyright \
|
||||
debian/README \
|
||||
debian/rules
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -5,6 +5,3 @@ HEADERS = searchbox.h googlesuggest.h
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/network/googlesuggest
|
||||
INSTALLS += target
|
||||
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -32,6 +32,3 @@ RESOURCES += icons.qrc
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/network/torrent
|
||||
INSTALLS += target
|
||||
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -13,6 +13,3 @@ SOURCES = glwidget.cpp \
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/2dpainting
|
||||
INSTALLS += target
|
||||
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -23,5 +23,3 @@ qtHaveModule(opengl) {
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/cube
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -8,9 +8,6 @@ QT += opengl widgets
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/framebufferobject2
|
||||
INSTALLS += target
|
||||
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
||||
contains(QT_CONFIG, opengles.) {
|
||||
contains(QT_CONFIG, angle): \
|
||||
warning("Qt was built with ANGLE, which provides only OpenGL ES 2.0 on top of DirectX 9.0c")
|
||||
|
@ -9,9 +9,6 @@ QT += opengl widgets
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/grabber
|
||||
INSTALLS += target
|
||||
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
||||
contains(QT_CONFIG, opengles.) {
|
||||
contains(QT_CONFIG, angle): \
|
||||
warning("Qt was built with ANGLE, which provides only OpenGL ES 2.0 on top of DirectX 9.0c")
|
||||
|
@ -14,9 +14,6 @@ QT += opengl widgets
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl
|
||||
INSTALLS += target
|
||||
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
||||
contains(QT_CONFIG, opengles.) {
|
||||
contains(QT_CONFIG, angle): \
|
||||
warning("Qt was built with ANGLE, which provides only OpenGL ES 2.0 on top of DirectX 9.0c")
|
||||
|
@ -21,5 +21,3 @@ maemo5 {
|
||||
TARGET = helloglestwo
|
||||
CONFIG += qt_example
|
||||
}
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -16,8 +16,6 @@ SOURCES = bubble.cpp \
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/overpainting
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
||||
contains(QT_CONFIG, opengles.) {
|
||||
contains(QT_CONFIG, angle): \
|
||||
warning("Qt was built with ANGLE, which provides only OpenGL ES 2.0 on top of DirectX 9.0c")
|
||||
|
@ -10,8 +10,6 @@ QT += opengl widgets
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/pbuffers
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
||||
contains(QT_CONFIG, opengles.) {
|
||||
contains(QT_CONFIG, angle): \
|
||||
warning("Qt was built with ANGLE, which provides only OpenGL ES 2.0 on top of DirectX 9.0c")
|
||||
|
@ -8,8 +8,6 @@ RESOURCES += pbuffers2.qrc
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/pbuffers2
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
||||
contains(QT_CONFIG, opengles.) {
|
||||
contains(QT_CONFIG, angle): \
|
||||
warning("Qt was built with ANGLE, which provides only OpenGL ES 2.0 on top of DirectX 9.0c")
|
||||
|
@ -7,9 +7,6 @@ QT += opengl widgets
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/samplebuffers
|
||||
INSTALLS += target
|
||||
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
||||
contains(QT_CONFIG, opengles.) {
|
||||
contains(QT_CONFIG, angle): \
|
||||
warning("Qt was built with ANGLE, which provides only OpenGL ES 2.0 on top of DirectX 9.0c")
|
||||
|
@ -9,6 +9,3 @@ QT += opengl widgets
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/textures
|
||||
INSTALLS += target
|
||||
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -7,5 +7,3 @@ target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/imagescaling
|
||||
INSTALLS += target
|
||||
|
||||
wince*: DEPLOYMENT_PLUGIN += qgif qjpeg
|
||||
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -8,5 +8,3 @@ SOURCES += main.cpp
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/map
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -5,5 +5,3 @@ SOURCES += main.cpp
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/progressdialog
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -6,5 +6,3 @@ SOURCES += main.cpp
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/runfunction
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -6,5 +6,3 @@ SOURCES += main.cpp
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/wordcount
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -7,6 +7,3 @@ CONFIG += console
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/threads/semaphores
|
||||
INSTALLS += target
|
||||
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -7,5 +7,3 @@ SOURCES += waitconditions.cpp
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/threads/waitconditions
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -7,5 +7,3 @@ SOURCES = randomlistmodel.cpp \
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/contiguouscache
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -6,6 +6,3 @@ QT += widgets
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/customcompleter
|
||||
INSTALLS += target
|
||||
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -8,6 +8,3 @@ QT += widgets
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/customcompleter
|
||||
INSTALLS += target
|
||||
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -6,5 +6,3 @@ FORMS += dials.ui
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/touch/dials
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -10,5 +10,3 @@ SOURCES = main.cpp \
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/touch/fingerpaint
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -6,5 +6,3 @@ SOURCES = main.cpp knob.cpp
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/touch/knobs
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -14,5 +14,3 @@ RESOURCES += \
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/touch/pinchzoom
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -7,5 +7,3 @@ SOURCES = main.cpp \
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/desktop/screenshot
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -8,5 +8,3 @@ QT += widgets
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/desktop/systray
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -8,5 +8,3 @@ RESOURCES = classwizard.qrc
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/dialogs/classwizard
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -12,5 +12,3 @@ 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
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -7,5 +7,3 @@ SOURCES = finddialog.cpp \
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/dialogs/extension
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -8,5 +8,3 @@ RESOURCES = licensewizard.qrc
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/dialogs/licensewizard
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -9,5 +9,3 @@ target.path = $$[QT_INSTALL_EXAMPLES]/widgets/dialogs/sipdialog
|
||||
INSTALLS += target
|
||||
|
||||
wince50standard-x86-msvc2005: LIBS += libcmt.lib corelibc.lib ole32.lib oleaut32.lib uuid.lib commctrl.lib coredll.lib winsock.lib ws2.lib
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -5,5 +5,3 @@ SOURCES = trivialwizard.cpp
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/dialogs/trivialwizard
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -9,5 +9,3 @@ SOURCES = droparea.cpp \
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/draganddrop/dropsite
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -7,5 +7,3 @@ RESOURCES += fademessage.qrc
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/effects/fademessage
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -7,5 +7,3 @@ SOURCES = main.cpp
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/anchorlayout
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -17,5 +17,3 @@ RESOURCES = diagramscene.qrc
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/diagramscene
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -16,5 +16,3 @@ RESOURCES += \
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/dragdroprobot
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -8,5 +8,3 @@ SOURCES += flowlayout.cpp main.cpp window.cpp
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/flowlayout
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -7,5 +7,3 @@ SOURCES = main.cpp
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/simpleanchorlayout
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -6,5 +6,3 @@ RESOURCES += weatheranchorlayout.qrc
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/weatheranchorlayout
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -7,5 +7,3 @@ SOURCES = delegate.cpp \
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/itemviews/spinboxdelegate
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -11,5 +11,3 @@ SOURCES = main.cpp \
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/itemviews/stardelegate
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -7,5 +7,3 @@ SOURCES = dialog.cpp \
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/layouts/basiclayouts
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -7,5 +7,3 @@ SOURCES = dialog.cpp \
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/layouts/dynamiclayouts
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -10,5 +10,3 @@ RESOURCES = application.qrc
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/application
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -9,5 +9,3 @@ RESOURCES = dockwidgets.qrc
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/dockwidgets
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -10,5 +10,3 @@ RESOURCES = mdi.qrc
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/mdi
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -7,5 +7,3 @@ SOURCES = main.cpp \
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/recentfiles
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -8,5 +8,3 @@ RESOURCES = sdi.qrc
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/sdi
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -5,5 +5,3 @@ SOURCES = main.cpp
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/statemachine/eventtransitions
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -11,5 +11,3 @@ EXAMPLE_FILES = encodedfiles
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/codecs
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -10,5 +10,3 @@ RESOURCES = completer.qrc
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/completer
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -10,5 +10,3 @@ RESOURCES = customcompleter.qrc
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/customcompleter
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -17,5 +17,3 @@ win32 {
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/echoplugin
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -24,5 +24,3 @@ TRANSLATIONS += translations/i18n_ar.ts \
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/i18n
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -7,5 +7,3 @@ SOURCES = regexpdialog.cpp \
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/regexp
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -15,5 +15,3 @@ EXAMPLE_FILES = inifiles
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/settingseditor
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -10,5 +10,3 @@ RESOURCES = treemodelcompleter.qrc
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/treemodelcompleter
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -14,5 +14,3 @@ RESOURCES = undoframework.qrc
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/undoframework
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -9,5 +9,3 @@ QMAKE_PROJECT_NAME = ab_part1
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook/part1
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -9,5 +9,3 @@ QMAKE_PROJECT_NAME = ab_part2
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook/part2
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -9,5 +9,3 @@ QMAKE_PROJECT_NAME = ab_part3
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook/part3
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -9,5 +9,3 @@ QMAKE_PROJECT_NAME = ab_part4
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook/part4
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -11,5 +11,3 @@ QMAKE_PROJECT_NAME = ab_part5
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook/part5
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -11,5 +11,3 @@ QMAKE_PROJECT_NAME = ab_part6
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook/part6
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -11,5 +11,3 @@ QMAKE_PROJECT_NAME = ab_part7
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook/part7
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -13,5 +13,3 @@ HEADERS += mymodel.h
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview/1_readonly
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -12,5 +12,3 @@ HEADERS += mymodel.h
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview/2_formatting
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -12,5 +12,3 @@ HEADERS += mymodel.h
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview/3_changingmodel
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -12,5 +12,3 @@ HEADERS += mymodel.h
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview/4_headers
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -14,5 +14,3 @@ HEADERS += mainwindow.h \
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview/5_edit
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -8,5 +8,3 @@ HEADERS += mainwindow.h
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview/6_treeview
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -8,5 +8,3 @@ HEADERS += mainwindow.h
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview/7_selections
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -5,5 +5,3 @@ SOURCES = main.cpp
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/widgets/childwidget
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -5,5 +5,3 @@ SOURCES = main.cpp
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/widgets/nestedlayouts
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -5,5 +5,3 @@ SOURCES = main.cpp
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/widgets/toplevel
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -5,5 +5,3 @@ SOURCES = main.cpp
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/widgets/windowlayout
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -9,5 +9,3 @@ SOURCES = characterwidget.cpp \
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/charactermap
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -7,5 +7,3 @@ SOURCES = window.cpp \
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/groupbox
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -26,5 +26,3 @@ wince*: {
|
||||
}
|
||||
DEPLOYMENT += imageFiles
|
||||
}
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -13,5 +13,3 @@ INSTALLS += target
|
||||
wince*: {
|
||||
DEPLOYMENT_PLUGIN += qjpeg qgif
|
||||
}
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user