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_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_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_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
|
fi
|
||||||
|
|
||||||
# disable GTK style support auto-detection on Mac
|
# disable GTK style support auto-detection on Mac
|
||||||
|
@ -487,3 +487,8 @@
|
|||||||
\externalpage http://www.w3.org/TR/2009/WD-webdatabase-20091029/
|
\externalpage http://www.w3.org/TR/2009/WD-webdatabase-20091029/
|
||||||
\title HTML5 Web Database API
|
\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*" \
|
"QtNetwork/Network Download*" \
|
||||||
"QtWidgets/Dynamic Layouts Example" \
|
"QtWidgets/Dynamic Layouts Example" \
|
||||||
"QtWidgets/Event Transitions Example" \
|
"QtWidgets/Event Transitions Example" \
|
||||||
"QtWidgets/Plug & Paint Basic Tools Example" \
|
|
||||||
"QtWidgets/Plug & Paint Extra Filters Example" \
|
|
||||||
"QtWidgets/Two-way Button Example" \
|
"QtWidgets/Two-way Button Example" \
|
||||||
"QtWidgets/Validators Example" \
|
"QtWidgets/Validators Example" \
|
||||||
"ActiveQt/*" \
|
"ActiveQt/*" \
|
||||||
|
@ -10,5 +10,3 @@ DBUS_INTERFACES += org.example.chat.xml
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/chat
|
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/chat
|
||||||
INSTALLS += target
|
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
|
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/complexpingpong
|
||||||
INSTALLS += target
|
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
|
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/complexpingpong
|
||||||
INSTALLS += target
|
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
|
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/listnames
|
||||||
INSTALLS += target
|
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
|
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/pingpong
|
||||||
INSTALLS += target
|
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
|
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/pingpong
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example does not work on Simulator platform)
|
|
||||||
|
@ -7,5 +7,3 @@ SOURCES += car.cpp main.cpp
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/remotecontrolledcar/car
|
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/remotecontrolledcar/car
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example does not work on Simulator platform)
|
|
||||||
|
@ -8,5 +8,3 @@ SOURCES += main.cpp controller.cpp
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/remotecontrolledcar/controller
|
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/remotecontrolledcar/controller
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example does not work on Simulator platform)
|
|
||||||
|
@ -6,6 +6,3 @@ QT += network widgets
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/ipc/localfortuneclient
|
target.path = $$[QT_INSTALL_EXAMPLES]/ipc/localfortuneclient
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -6,6 +6,3 @@ QT += network widgets
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/ipc/localfortuneserver
|
target.path = $$[QT_INSTALL_EXAMPLES]/ipc/localfortuneserver
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -13,5 +13,3 @@ EXAMPLE_FILES = *.png
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/ipc/sharedmemory
|
target.path = $$[QT_INSTALL_EXAMPLES]/ipc/sharedmemory
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example does not work on Simulator platform)
|
|
||||||
|
@ -7,5 +7,3 @@ SOURCES += main.cpp
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/network/download
|
target.path = $$[QT_INSTALL_EXAMPLES]/network/download
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -16,5 +16,3 @@ OTHER_FILES += \
|
|||||||
debian/copyright \
|
debian/copyright \
|
||||||
debian/README \
|
debian/README \
|
||||||
debian/rules
|
debian/rules
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -5,6 +5,3 @@ HEADERS = searchbox.h googlesuggest.h
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/network/googlesuggest
|
target.path = $$[QT_INSTALL_EXAMPLES]/network/googlesuggest
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -32,6 +32,3 @@ RESOURCES += icons.qrc
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/network/torrent
|
target.path = $$[QT_INSTALL_EXAMPLES]/network/torrent
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -13,6 +13,3 @@ SOURCES = glwidget.cpp \
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/2dpainting
|
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/2dpainting
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -23,5 +23,3 @@ qtHaveModule(opengl) {
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/cube
|
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/cube
|
||||||
INSTALLS += target
|
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
|
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/framebufferobject2
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
|
||||||
contains(QT_CONFIG, opengles.) {
|
contains(QT_CONFIG, opengles.) {
|
||||||
contains(QT_CONFIG, angle): \
|
contains(QT_CONFIG, angle): \
|
||||||
warning("Qt was built with ANGLE, which provides only OpenGL ES 2.0 on top of DirectX 9.0c")
|
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
|
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/grabber
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
|
||||||
contains(QT_CONFIG, opengles.) {
|
contains(QT_CONFIG, opengles.) {
|
||||||
contains(QT_CONFIG, angle): \
|
contains(QT_CONFIG, angle): \
|
||||||
warning("Qt was built with ANGLE, which provides only OpenGL ES 2.0 on top of DirectX 9.0c")
|
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
|
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
|
||||||
contains(QT_CONFIG, opengles.) {
|
contains(QT_CONFIG, opengles.) {
|
||||||
contains(QT_CONFIG, angle): \
|
contains(QT_CONFIG, angle): \
|
||||||
warning("Qt was built with ANGLE, which provides only OpenGL ES 2.0 on top of DirectX 9.0c")
|
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
|
TARGET = helloglestwo
|
||||||
CONFIG += qt_example
|
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
|
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/overpainting
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
|
||||||
contains(QT_CONFIG, opengles.) {
|
contains(QT_CONFIG, opengles.) {
|
||||||
contains(QT_CONFIG, angle): \
|
contains(QT_CONFIG, angle): \
|
||||||
warning("Qt was built with ANGLE, which provides only OpenGL ES 2.0 on top of DirectX 9.0c")
|
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
|
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/pbuffers
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
|
||||||
contains(QT_CONFIG, opengles.) {
|
contains(QT_CONFIG, opengles.) {
|
||||||
contains(QT_CONFIG, angle): \
|
contains(QT_CONFIG, angle): \
|
||||||
warning("Qt was built with ANGLE, which provides only OpenGL ES 2.0 on top of DirectX 9.0c")
|
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
|
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/pbuffers2
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
|
||||||
contains(QT_CONFIG, opengles.) {
|
contains(QT_CONFIG, opengles.) {
|
||||||
contains(QT_CONFIG, angle): \
|
contains(QT_CONFIG, angle): \
|
||||||
warning("Qt was built with ANGLE, which provides only OpenGL ES 2.0 on top of DirectX 9.0c")
|
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
|
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/samplebuffers
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
|
||||||
contains(QT_CONFIG, opengles.) {
|
contains(QT_CONFIG, opengles.) {
|
||||||
contains(QT_CONFIG, angle): \
|
contains(QT_CONFIG, angle): \
|
||||||
warning("Qt was built with ANGLE, which provides only OpenGL ES 2.0 on top of DirectX 9.0c")
|
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
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/textures
|
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/textures
|
||||||
INSTALLS += target
|
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
|
INSTALLS += target
|
||||||
|
|
||||||
wince*: DEPLOYMENT_PLUGIN += qgif qjpeg
|
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
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/map
|
||||||
INSTALLS += target
|
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
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/progressdialog
|
||||||
INSTALLS += target
|
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
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/runfunction
|
||||||
INSTALLS += target
|
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
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/wordcount
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example does not work on Simulator platform)
|
|
||||||
|
@ -7,6 +7,3 @@ CONFIG += console
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/threads/semaphores
|
target.path = $$[QT_INSTALL_EXAMPLES]/threads/semaphores
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -7,5 +7,3 @@ SOURCES += waitconditions.cpp
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/threads/waitconditions
|
target.path = $$[QT_INSTALL_EXAMPLES]/threads/waitconditions
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -7,5 +7,3 @@ SOURCES = randomlistmodel.cpp \
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/contiguouscache
|
target.path = $$[QT_INSTALL_EXAMPLES]/tools/contiguouscache
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -6,6 +6,3 @@ QT += widgets
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/customcompleter
|
target.path = $$[QT_INSTALL_EXAMPLES]/tools/customcompleter
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -8,6 +8,3 @@ QT += widgets
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/customcompleter
|
target.path = $$[QT_INSTALL_EXAMPLES]/tools/customcompleter
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -6,5 +6,3 @@ FORMS += dials.ui
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/touch/dials
|
target.path = $$[QT_INSTALL_EXAMPLES]/touch/dials
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -10,5 +10,3 @@ SOURCES = main.cpp \
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/touch/fingerpaint
|
target.path = $$[QT_INSTALL_EXAMPLES]/touch/fingerpaint
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -6,5 +6,3 @@ SOURCES = main.cpp knob.cpp
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/touch/knobs
|
target.path = $$[QT_INSTALL_EXAMPLES]/touch/knobs
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -14,5 +14,3 @@ RESOURCES += \
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/touch/pinchzoom
|
target.path = $$[QT_INSTALL_EXAMPLES]/touch/pinchzoom
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -7,5 +7,3 @@ SOURCES = main.cpp \
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/desktop/screenshot
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/desktop/screenshot
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -8,5 +8,3 @@ QT += widgets
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/desktop/systray
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/desktop/systray
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -8,5 +8,3 @@ RESOURCES = classwizard.qrc
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/dialogs/classwizard
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/dialogs/classwizard
|
||||||
INSTALLS += target
|
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
|
INSTALLS += target
|
||||||
|
|
||||||
wince50standard-x86-msvc2005: LIBS += libcmt.lib corelibc.lib ole32.lib oleaut32.lib uuid.lib commctrl.lib coredll.lib winsock.lib ws2.lib
|
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
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/dialogs/extension
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/dialogs/extension
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -8,5 +8,3 @@ RESOURCES = licensewizard.qrc
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/dialogs/licensewizard
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/dialogs/licensewizard
|
||||||
INSTALLS += target
|
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
|
INSTALLS += target
|
||||||
|
|
||||||
wince50standard-x86-msvc2005: LIBS += libcmt.lib corelibc.lib ole32.lib oleaut32.lib uuid.lib commctrl.lib coredll.lib winsock.lib ws2.lib
|
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
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/dialogs/trivialwizard
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/dialogs/trivialwizard
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -9,5 +9,3 @@ SOURCES = droparea.cpp \
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/draganddrop/dropsite
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/draganddrop/dropsite
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -7,5 +7,3 @@ RESOURCES += fademessage.qrc
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/effects/fademessage
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/effects/fademessage
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -7,5 +7,3 @@ SOURCES = main.cpp
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/anchorlayout
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/anchorlayout
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -17,5 +17,3 @@ RESOURCES = diagramscene.qrc
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/diagramscene
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/diagramscene
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -16,5 +16,3 @@ RESOURCES += \
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/dragdroprobot
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/dragdroprobot
|
||||||
INSTALLS += target
|
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
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/flowlayout
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/flowlayout
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -7,5 +7,3 @@ SOURCES = main.cpp
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/simpleanchorlayout
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/simpleanchorlayout
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -6,5 +6,3 @@ RESOURCES += weatheranchorlayout.qrc
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/weatheranchorlayout
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/weatheranchorlayout
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -7,5 +7,3 @@ SOURCES = delegate.cpp \
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/itemviews/spinboxdelegate
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/itemviews/spinboxdelegate
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -11,5 +11,3 @@ SOURCES = main.cpp \
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/itemviews/stardelegate
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/itemviews/stardelegate
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -7,5 +7,3 @@ SOURCES = dialog.cpp \
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/layouts/basiclayouts
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/layouts/basiclayouts
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -7,5 +7,3 @@ SOURCES = dialog.cpp \
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/layouts/dynamiclayouts
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/layouts/dynamiclayouts
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -10,5 +10,3 @@ RESOURCES = application.qrc
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/application
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/application
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -9,5 +9,3 @@ RESOURCES = dockwidgets.qrc
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/dockwidgets
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/dockwidgets
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -10,5 +10,3 @@ RESOURCES = mdi.qrc
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/mdi
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/mdi
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -7,5 +7,3 @@ SOURCES = main.cpp \
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/recentfiles
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/recentfiles
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -8,5 +8,3 @@ RESOURCES = sdi.qrc
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/sdi
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/sdi
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -5,5 +5,3 @@ SOURCES = main.cpp
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/statemachine/eventtransitions
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/statemachine/eventtransitions
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -11,5 +11,3 @@ EXAMPLE_FILES = encodedfiles
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/codecs
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/codecs
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -10,5 +10,3 @@ RESOURCES = completer.qrc
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/completer
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/completer
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -10,5 +10,3 @@ RESOURCES = customcompleter.qrc
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/customcompleter
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/customcompleter
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -17,5 +17,3 @@ win32 {
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/echoplugin
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/echoplugin
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -24,5 +24,3 @@ TRANSLATIONS += translations/i18n_ar.ts \
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/i18n
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/i18n
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -7,5 +7,3 @@ SOURCES = regexpdialog.cpp \
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/regexp
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/regexp
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -15,5 +15,3 @@ EXAMPLE_FILES = inifiles
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/settingseditor
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/settingseditor
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -10,5 +10,3 @@ RESOURCES = treemodelcompleter.qrc
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/treemodelcompleter
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/treemodelcompleter
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -14,5 +14,3 @@ RESOURCES = undoframework.qrc
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/undoframework
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/undoframework
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -9,5 +9,3 @@ QMAKE_PROJECT_NAME = ab_part1
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook/part1
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook/part1
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -9,5 +9,3 @@ QMAKE_PROJECT_NAME = ab_part2
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook/part2
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook/part2
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -9,5 +9,3 @@ QMAKE_PROJECT_NAME = ab_part3
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook/part3
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook/part3
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -9,5 +9,3 @@ QMAKE_PROJECT_NAME = ab_part4
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook/part4
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook/part4
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -11,5 +11,3 @@ QMAKE_PROJECT_NAME = ab_part5
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook/part5
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook/part5
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -11,5 +11,3 @@ QMAKE_PROJECT_NAME = ab_part6
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook/part6
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook/part6
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -11,5 +11,3 @@ QMAKE_PROJECT_NAME = ab_part7
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook/part7
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook/part7
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -13,5 +13,3 @@ HEADERS += mymodel.h
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview/1_readonly
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview/1_readonly
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -12,5 +12,3 @@ HEADERS += mymodel.h
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview/2_formatting
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview/2_formatting
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -12,5 +12,3 @@ HEADERS += mymodel.h
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview/3_changingmodel
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview/3_changingmodel
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -12,5 +12,3 @@ HEADERS += mymodel.h
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview/4_headers
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview/4_headers
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -14,5 +14,3 @@ HEADERS += mainwindow.h \
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview/5_edit
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview/5_edit
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -8,5 +8,3 @@ HEADERS += mainwindow.h
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview/6_treeview
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview/6_treeview
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -8,5 +8,3 @@ HEADERS += mainwindow.h
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview/7_selections
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview/7_selections
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -5,5 +5,3 @@ SOURCES = main.cpp
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/widgets/childwidget
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/widgets/childwidget
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -5,5 +5,3 @@ SOURCES = main.cpp
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/widgets/nestedlayouts
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/widgets/nestedlayouts
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -5,5 +5,3 @@ SOURCES = main.cpp
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/widgets/toplevel
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/widgets/toplevel
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -5,5 +5,3 @@ SOURCES = main.cpp
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/widgets/windowlayout
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/widgets/windowlayout
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -9,5 +9,3 @@ SOURCES = characterwidget.cpp \
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/charactermap
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/charactermap
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -7,5 +7,3 @@ SOURCES = window.cpp \
|
|||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/groupbox
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/groupbox
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -26,5 +26,3 @@ wince*: {
|
|||||||
}
|
}
|
||||||
DEPLOYMENT += imageFiles
|
DEPLOYMENT += imageFiles
|
||||||
}
|
}
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
|
||||||
|
@ -13,5 +13,3 @@ INSTALLS += target
|
|||||||
wince*: {
|
wince*: {
|
||||||
DEPLOYMENT_PLUGIN += qjpeg qgif
|
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