summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/qt5/linux-ptx-g++/qmake.conf12
-rw-r--r--patches/qt-everywhere-opensource-src-5.4.2/0002-qtdeclarative-is-an-optional-dependency-for-qtwebkit.patch22
-rw-r--r--patches/qt-everywhere-opensource-src-5.4.2/0003-qtmultimedia-videonode-plugins-require-qtmultimediaq.patch23
-rw-r--r--patches/qt-everywhere-opensource-src-5.4.2/0005-featuresfeatures-don-t-use-gold-linker-for-host-tool.patch24
-rw-r--r--patches/qt-everywhere-opensource-src-5.4.2/series8
-rw-r--r--patches/qt-everywhere-opensource-src-5.6.0/0001-ptxdist-qtwebengine-allow-building-with-ptxdsit.patch (renamed from patches/qt-everywhere-opensource-src-5.4.2/0001-ptxdist-qtwebengine-allow-building-with-ptxdsit.patch)18
-rw-r--r--patches/qt-everywhere-opensource-src-5.6.0/0002-HACK-put-wayland-scanner-outout-in-srcdir.patch (renamed from patches/qt-everywhere-opensource-src-5.4.2/0004-HACK-put-wayland-scanner-outout-in-srcdir.patch)0
-rw-r--r--patches/qt-everywhere-opensource-src-5.6.0/0003-eglfs-plugin-needs-egl-for-correct-cflags.patch22
-rw-r--r--patches/qt-everywhere-opensource-src-5.6.0/0004-qtwebengine-make-sure-sysroot-is-always-set-on-ARM.patch22
-rw-r--r--patches/qt-everywhere-opensource-src-5.6.0/0005-qtwebengine-define-TRUE-in-case-of-USE_SYSTEM_LIBJPE.patch23
-rw-r--r--patches/qt-everywhere-opensource-src-5.6.0/0006-qtbase-examples-fix-building-without-session-managem.patch53
-rw-r--r--patches/qt-everywhere-opensource-src-5.6.0/series9
-rw-r--r--rules/qt5.in164
-rw-r--r--rules/qt5.make139
-rw-r--r--rules/qt5examples.in1546
-rw-r--r--rules/qt5examples.make2644
16 files changed, 1682 insertions, 3047 deletions
diff --git a/config/qt5/linux-ptx-g++/qmake.conf b/config/qt5/linux-ptx-g++/qmake.conf
index 77a372507..9ac2ff81d 100644
--- a/config/qt5/linux-ptx-g++/qmake.conf
+++ b/config/qt5/linux-ptx-g++/qmake.conf
@@ -1,22 +1,26 @@
#
# qmake configuration for linux-ptx-g++
#
+
MAKEFILE_GENERATOR = UNIX
-CONFIG += incremental gdb_dwarf_index
+CONFIG += incremental
QMAKE_INCREMENTAL_STYLE = sublib
include(../common/linux.conf)
include(../common/gcc-base-unix.conf)
include(../common/g++-unix.conf)
-# modifications to g++.conf
+# modifications to g++-base.conf
QMAKE_CC = @COMPILER_PREFIX@gcc
+QMAKE_LINK_C = $$QMAKE_CC
+QMAKE_LINK_C_SHLIB = $$QMAKE_CC
QMAKE_CXX = @COMPILER_PREFIX@g++
-QMAKE_LINK = @COMPILER_PREFIX@g++
-QMAKE_LINK_SHLIB = @COMPILER_PREFIX@g++
+QMAKE_LINK = $$QMAKE_CXX
+QMAKE_LINK_SHLIB = $$QMAKE_CXX
# modifications to linux.conf
QMAKE_AR = @COMPILER_PREFIX@ar cqs
QMAKE_OBJCOPY = @COMPILER_PREFIX@objcopy
+QMAKE_NM = @COMPILER_PREFIX@nm -P
load(qt_config)
diff --git a/patches/qt-everywhere-opensource-src-5.4.2/0002-qtdeclarative-is-an-optional-dependency-for-qtwebkit.patch b/patches/qt-everywhere-opensource-src-5.4.2/0002-qtdeclarative-is-an-optional-dependency-for-qtwebkit.patch
deleted file mode 100644
index 2145c913e..000000000
--- a/patches/qt-everywhere-opensource-src-5.4.2/0002-qtdeclarative-is-an-optional-dependency-for-qtwebkit.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From: Michael Olbrich <m.olbrich@pengutronix.de>
-Date: Tue, 29 Apr 2014 18:35:43 +0200
-Subject: [PATCH] qtdeclarative is an optional dependency for qtwebkit
-
-Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
----
- qt.pro | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/qt.pro b/qt.pro
-index 15fd48ec71f3..a1d87b9a9d24 100644
---- a/qt.pro
-+++ b/qt.pro
-@@ -77,7 +77,7 @@ addModule(qtfeedback, qtdeclarative, qtmultimedia)
- addModule(qtpim, qtdeclarative)
- addModule(qtwebsockets, qtbase, qtdeclarative)
- addModule(qtwebchannel, qtbase, qtdeclarative qtwebsockets)
--addModule(qtwebkit, qtdeclarative, qtlocation qtmultimedia qtsensors qtwebchannel, WebKit.pro)
-+addModule(qtwebkit, qtbase, qtdeclarative qtlocation qtmultimedia qtsensors qtwebchannel, WebKit.pro)
- addModule(qttools, qtbase, qtdeclarative qtactiveqt qtwebkit)
- addModule(qtwebkit-examples, qtwebkit qttools)
- addModule(qtimageformats, qtbase)
diff --git a/patches/qt-everywhere-opensource-src-5.4.2/0003-qtmultimedia-videonode-plugins-require-qtmultimediaq.patch b/patches/qt-everywhere-opensource-src-5.4.2/0003-qtmultimedia-videonode-plugins-require-qtmultimediaq.patch
deleted file mode 100644
index 10d99a483..000000000
--- a/patches/qt-everywhere-opensource-src-5.4.2/0003-qtmultimedia-videonode-plugins-require-qtmultimediaq.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Michael Olbrich <m.olbrich@pengutronix.de>
-Date: Tue, 12 May 2015 11:29:53 +0200
-Subject: [PATCH] qtmultimedia: videonode plugins require
- qtmultimediaquicktools
-
-Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
----
- qtmultimedia/src/src.pro | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/qtmultimedia/src/src.pro b/qtmultimedia/src/src.pro
-index 26f99bc29fe3..6cbe4f0347ad 100644
---- a/qtmultimedia/src/src.pro
-+++ b/qtmultimedia/src/src.pro
-@@ -23,6 +23,8 @@ qtHaveModule(quick) {
- SUBDIRS += \
- src_qtmultimediaquicktools \
- src_imports
-+
-+ src_plugins.depends += src_qtmultimediaquicktools
- }
-
- # Optional bits
diff --git a/patches/qt-everywhere-opensource-src-5.4.2/0005-featuresfeatures-don-t-use-gold-linker-for-host-tool.patch b/patches/qt-everywhere-opensource-src-5.4.2/0005-featuresfeatures-don-t-use-gold-linker-for-host-tool.patch
deleted file mode 100644
index df027434d..000000000
--- a/patches/qt-everywhere-opensource-src-5.4.2/0005-featuresfeatures-don-t-use-gold-linker-for-host-tool.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From: Michael Olbrich <m.olbrich@pengutronix.de>
-Date: Tue, 2 Jun 2015 17:35:01 +0200
-Subject: [PATCH] featuresfeatures: don't use gold linker for host tools
-
-The check it it is supported was only done for the target.
-
-Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
----
- qtbase/mkspecs/features/default_post.prf | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/qtbase/mkspecs/features/default_post.prf b/qtbase/mkspecs/features/default_post.prf
-index e967399258ad..7f08ba31c308 100644
---- a/qtbase/mkspecs/features/default_post.prf
-+++ b/qtbase/mkspecs/features/default_post.prf
-@@ -62,7 +62,7 @@ debug {
- QMAKE_LIBFLAGS += $$QMAKE_LIBFLAGS_RELEASE
- }
-
--use_gold_linker: QMAKE_LFLAGS += $$QMAKE_LFLAGS_USE_GOLD
-+!host_build: use_gold_linker: QMAKE_LFLAGS += $$QMAKE_LFLAGS_USE_GOLD
-
- dll:win32: QMAKE_LFLAGS += $$QMAKE_LFLAGS_DLL
- static:mac: QMAKE_LFLAGS += $$QMAKE_LFLAGS_STATIC_LIB
diff --git a/patches/qt-everywhere-opensource-src-5.4.2/series b/patches/qt-everywhere-opensource-src-5.4.2/series
deleted file mode 100644
index d689a39d8..000000000
--- a/patches/qt-everywhere-opensource-src-5.4.2/series
+++ /dev/null
@@ -1,8 +0,0 @@
-# generated by git-ptx-patches
-#tag:base --start-number 1
-0001-ptxdist-qtwebengine-allow-building-with-ptxdsit.patch
-0002-qtdeclarative-is-an-optional-dependency-for-qtwebkit.patch
-0003-qtmultimedia-videonode-plugins-require-qtmultimediaq.patch
-0004-HACK-put-wayland-scanner-outout-in-srcdir.patch
-0005-featuresfeatures-don-t-use-gold-linker-for-host-tool.patch
-# 487e45ed5135b1e39410672e7ce9351c - git-ptx-patches magic
diff --git a/patches/qt-everywhere-opensource-src-5.4.2/0001-ptxdist-qtwebengine-allow-building-with-ptxdsit.patch b/patches/qt-everywhere-opensource-src-5.6.0/0001-ptxdist-qtwebengine-allow-building-with-ptxdsit.patch
index c18bbbf99..db225cdc6 100644
--- a/patches/qt-everywhere-opensource-src-5.4.2/0001-ptxdist-qtwebengine-allow-building-with-ptxdsit.patch
+++ b/patches/qt-everywhere-opensource-src-5.6.0/0001-ptxdist-qtwebengine-allow-building-with-ptxdsit.patch
@@ -4,27 +4,19 @@ Subject: [PATCH] ptxdist: qtwebengine: allow building with ptxdsit
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
---
- qtwebengine/tools/qmake/mkspecs/features/functions.prf | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
+ qtwebengine/tools/qmake/mkspecs/features/functions.prf | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qtwebengine/tools/qmake/mkspecs/features/functions.prf b/qtwebengine/tools/qmake/mkspecs/features/functions.prf
-index 4c2547d571db..6b5d34b527a5 100644
+index 2df689bcad14..d2dc988c0233 100644
--- a/qtwebengine/tools/qmake/mkspecs/features/functions.prf
+++ b/qtwebengine/tools/qmake/mkspecs/features/functions.prf
-@@ -12,6 +12,7 @@ defineTest(isPlatformSupported) {
- !isPythonVersionSupported(): return(false)
- linux-g++*|win32-msvc2013|macx-clang: return(true)
- boot2qt: return(true)
-+ linux-ptx-g++: return(true)
-
- skipBuild("Qt WebEngine can currently only be built for Linux (GCC), Windows (MSVC 2013), OS X (XCode 5.1+) or Qt for Device Creation.")
- return(false)
-@@ -61,7 +62,7 @@ defineReplace(getChromiumSrcDir) {
+@@ -105,7 +105,7 @@ defineReplace(getChromiumSrcDir) {
}
defineReplace(extractCFlag) {
- CFLAGS = $$QMAKE_CC $$QMAKE_CFLAGS
+ CFLAGS = $$QMAKE_CC $$QMAKE_CFLAGS $$PTX_QMAKE_CFLAGS
- !isEmpty(ANDROID_TARGET_CFLAGS): CFLAGS = $$ANDROID_TARGET_CFLAGS
OPTION = $$find(CFLAGS, $$1)
OPTION = $$split(OPTION, =)
+ return ($$member(OPTION, 1))
diff --git a/patches/qt-everywhere-opensource-src-5.4.2/0004-HACK-put-wayland-scanner-outout-in-srcdir.patch b/patches/qt-everywhere-opensource-src-5.6.0/0002-HACK-put-wayland-scanner-outout-in-srcdir.patch
index 2ea4c7587..2ea4c7587 100644
--- a/patches/qt-everywhere-opensource-src-5.4.2/0004-HACK-put-wayland-scanner-outout-in-srcdir.patch
+++ b/patches/qt-everywhere-opensource-src-5.6.0/0002-HACK-put-wayland-scanner-outout-in-srcdir.patch
diff --git a/patches/qt-everywhere-opensource-src-5.6.0/0003-eglfs-plugin-needs-egl-for-correct-cflags.patch b/patches/qt-everywhere-opensource-src-5.6.0/0003-eglfs-plugin-needs-egl-for-correct-cflags.patch
new file mode 100644
index 000000000..957d0b72a
--- /dev/null
+++ b/patches/qt-everywhere-opensource-src-5.6.0/0003-eglfs-plugin-needs-egl-for-correct-cflags.patch
@@ -0,0 +1,22 @@
+From: Michael Olbrich <m.olbrich@pengutronix.de>
+Date: Mon, 15 Feb 2016 15:24:41 +0100
+Subject: [PATCH] eglfs-plugin: needs egl for correct cflags
+
+Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
+---
+ qtbase/src/plugins/platforms/eglfs/eglfs-plugin.pro | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/qtbase/src/plugins/platforms/eglfs/eglfs-plugin.pro b/qtbase/src/plugins/platforms/eglfs/eglfs-plugin.pro
+index 0f493fdc01d7..79a2e708e894 100644
+--- a/qtbase/src/plugins/platforms/eglfs/eglfs-plugin.pro
++++ b/qtbase/src/plugins/platforms/eglfs/eglfs-plugin.pro
+@@ -7,6 +7,8 @@ load(qt_plugin)
+
+ QT += platformsupport-private eglfs_device_lib-private
+
++CONFIG += egl
++
+ SOURCES += $$PWD/qeglfsmain.cpp
+
+ OTHER_FILES += $$PWD/eglfs.json
diff --git a/patches/qt-everywhere-opensource-src-5.6.0/0004-qtwebengine-make-sure-sysroot-is-always-set-on-ARM.patch b/patches/qt-everywhere-opensource-src-5.6.0/0004-qtwebengine-make-sure-sysroot-is-always-set-on-ARM.patch
new file mode 100644
index 000000000..f51b8411c
--- /dev/null
+++ b/patches/qt-everywhere-opensource-src-5.6.0/0004-qtwebengine-make-sure-sysroot-is-always-set-on-ARM.patch
@@ -0,0 +1,22 @@
+From: Michael Olbrich <m.olbrich@pengutronix.de>
+Date: Mon, 15 Feb 2016 16:39:24 +0100
+Subject: [PATCH] qtwebengine: make sure sysroot is always set on ARM
+
+Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
+---
+ qtwebengine/src/core/gyp_run.pro | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/qtwebengine/src/core/gyp_run.pro b/qtwebengine/src/core/gyp_run.pro
+index dea1a2225ae2..b14c7db4a404 100644
+--- a/qtwebengine/src/core/gyp_run.pro
++++ b/qtwebengine/src/core/gyp_run.pro
+@@ -47,7 +47,7 @@ cross_compile {
+
+ contains(QT_ARCH, "arm") {
+ # Chromium will set a default sysroot on arm unless we give it one.
+- !cross_compile: GYP_CONFIG += sysroot=\"\"
++ !cross_compile|isEmpty(TOOLCHAIN_SYSROOT): GYP_CONFIG += sysroot=\"\"
+
+ GYP_CONFIG += target_arch=arm
+
diff --git a/patches/qt-everywhere-opensource-src-5.6.0/0005-qtwebengine-define-TRUE-in-case-of-USE_SYSTEM_LIBJPE.patch b/patches/qt-everywhere-opensource-src-5.6.0/0005-qtwebengine-define-TRUE-in-case-of-USE_SYSTEM_LIBJPE.patch
new file mode 100644
index 000000000..743650049
--- /dev/null
+++ b/patches/qt-everywhere-opensource-src-5.6.0/0005-qtwebengine-define-TRUE-in-case-of-USE_SYSTEM_LIBJPE.patch
@@ -0,0 +1,23 @@
+From: Philipp Zabel <p.zabel@pengutronix.de>
+Date: Tue, 4 Aug 2015 13:53:28 +0200
+Subject: [PATCH] qtwebengine: #define TRUE in case of USE_SYSTEM_LIBJPEG
+
+Otherwise libjpeg headers typedefs boolean to an incompatible enum.
+
+Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
+---
+ qtwebengine/src/3rdparty/chromium/ui/gfx/codec/jpeg_codec.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/qtwebengine/src/3rdparty/chromium/ui/gfx/codec/jpeg_codec.cc b/qtwebengine/src/3rdparty/chromium/ui/gfx/codec/jpeg_codec.cc
+index 8a08fe0291af..ef52a292ac87 100644
+--- a/qtwebengine/src/3rdparty/chromium/ui/gfx/codec/jpeg_codec.cc
++++ b/qtwebengine/src/3rdparty/chromium/ui/gfx/codec/jpeg_codec.cc
+@@ -13,6 +13,7 @@
+
+ extern "C" {
+ #if defined(USE_SYSTEM_LIBJPEG)
++#define TRUE
+ #include <jpeglib.h>
+ #elif defined(USE_LIBJPEG_TURBO)
+ #include "third_party/libjpeg_turbo/jpeglib.h"
diff --git a/patches/qt-everywhere-opensource-src-5.6.0/0006-qtbase-examples-fix-building-without-session-managem.patch b/patches/qt-everywhere-opensource-src-5.6.0/0006-qtbase-examples-fix-building-without-session-managem.patch
new file mode 100644
index 000000000..c9fa5065b
--- /dev/null
+++ b/patches/qt-everywhere-opensource-src-5.6.0/0006-qtbase-examples-fix-building-without-session-managem.patch
@@ -0,0 +1,53 @@
+From: Michael Olbrich <m.olbrich@pengutronix.de>
+Date: Mon, 29 Feb 2016 16:21:24 +0100
+Subject: [PATCH] qtbase: examples: fix building without session management
+
+Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
+---
+ qtbase/examples/widgets/mainwindows/application/mainwindow.cpp | 4 ++++
+ qtbase/examples/widgets/mainwindows/application/mainwindow.h | 2 ++
+ 2 files changed, 6 insertions(+)
+
+diff --git a/qtbase/examples/widgets/mainwindows/application/mainwindow.cpp b/qtbase/examples/widgets/mainwindows/application/mainwindow.cpp
+index 861b908189d8..9b8ae818282a 100644
+--- a/qtbase/examples/widgets/mainwindows/application/mainwindow.cpp
++++ b/qtbase/examples/widgets/mainwindows/application/mainwindow.cpp
+@@ -59,9 +59,11 @@ MainWindow::MainWindow()
+ connect(textEdit->document(), &QTextDocument::contentsChanged,
+ this, &MainWindow::documentWasModified);
+
++#ifndef QT_NO_SESSIONMANAGER
+ QGuiApplication::setFallbackSessionManagementEnabled(false);
+ connect(qApp, &QGuiApplication::commitDataRequest,
+ this, &MainWindow::commitData);
++#endif
+
+ setCurrentFile(QString());
+ setUnifiedTitleAndToolBarOnMac(true);
+@@ -388,6 +390,7 @@ QString MainWindow::strippedName(const QString &fullFileName)
+ }
+ //! [49]
+
++#ifndef QT_NO_SESSIONMANAGER
+ void MainWindow::commitData(QSessionManager &manager)
+ {
+ if (manager.allowsInteraction()) {
+@@ -399,3 +402,4 @@ void MainWindow::commitData(QSessionManager &manager)
+ save();
+ }
+ }
++#endif
+diff --git a/qtbase/examples/widgets/mainwindows/application/mainwindow.h b/qtbase/examples/widgets/mainwindows/application/mainwindow.h
+index 9712604125b5..690e8ebc32ea 100644
+--- a/qtbase/examples/widgets/mainwindows/application/mainwindow.h
++++ b/qtbase/examples/widgets/mainwindows/application/mainwindow.h
+@@ -70,7 +70,9 @@ private slots:
+ bool saveAs();
+ void about();
+ void documentWasModified();
++#ifndef QT_NO_SESSIONMANAGER
+ void commitData(QSessionManager &);
++#endif
+
+ private:
+ void createActions();
diff --git a/patches/qt-everywhere-opensource-src-5.6.0/series b/patches/qt-everywhere-opensource-src-5.6.0/series
new file mode 100644
index 000000000..7508d5dcb
--- /dev/null
+++ b/patches/qt-everywhere-opensource-src-5.6.0/series
@@ -0,0 +1,9 @@
+# generated by git-ptx-patches
+#tag:base --start-number 1
+0001-ptxdist-qtwebengine-allow-building-with-ptxdsit.patch
+0002-HACK-put-wayland-scanner-outout-in-srcdir.patch
+0003-eglfs-plugin-needs-egl-for-correct-cflags.patch
+0004-qtwebengine-make-sure-sysroot-is-always-set-on-ARM.patch
+0005-qtwebengine-define-TRUE-in-case-of-USE_SYSTEM_LIBJPE.patch
+0006-qtbase-examples-fix-building-without-session-managem.patch
+# e60df989524d3e5a942768e7b6daf9f0 - git-ptx-patches magic
diff --git a/rules/qt5.in b/rules/qt5.in
index 17db966ac..9cdd9c268 100644
--- a/rules/qt5.in
+++ b/rules/qt5.in
@@ -3,7 +3,6 @@
menuconfig QT5
tristate
select HOST_SYSTEM_PERL
- select HOST_SYSTEM_RUBY if QT5_MODULE_QTWEBKIT
select LIBC_PTHREAD
select LIBC_DL
select LIBC_RT
@@ -17,22 +16,25 @@ menuconfig QT5
select LIBJPEG if QT5_LIBJPEG
select LIBMNG if QT5_LIBMNG
select ICU if QT5_ICU
- select LIBDRM if QT5_PLATFORM_KMS || QT5_MODULE_QTWEBENGINE && QT5_PLATFORM_XCB
- select MESALIB if QT5_OPENGL_DESKTOP || QT5_PLATFORM_KMS
- select MESALIB_GBM if QT5_PLATFORM_KMS
- select MESALIB_EGL if QT5_MODULE_QTWAYLAND_MESA
+ select SYSTEMD if QT5_JOURNALD
+ select OPENSSL if QT5_OPENSSL
+ select LIBDRM if QT5_PLATFORM_EGLFS_KMS || QT5_MODULE_QTWEBENGINE && QT5_PLATFORM_XCB
+ select MESALIB if QT5_OPENGL_DESKTOP || QT5_PLATFORM_EGLFS_KMS
+ select MESALIB_GBM if QT5_PLATFORM_EGLFS_KMS
+ select MESALIB_EGL if QT5_PLATFORM_EGLFS_KMS || QT5_MODULE_QTWAYLAND_MESA
+ select MESALIB_EGL_DRM if QT5_PLATFORM_EGLFS_KMS
select MESALIB_EGL_WAYLAND if QT5_MODULE_QTWAYLAND_MESA
select PLATFORM_OPENGL if QT5_OPENGL_ES2
select SQLITE if QT5_MODULE_QTBASE_SQL_SQLITE
- select OPENSSL if QT5_OPENSSL
select FONTCONFIG if QT5_GUI
select FREETYPE if QT5_GUI
- select UDEV if QT5_GUI
+ select UDEV if QT5_GUI || QT5_INPUT_LIBINPUT
select UDEV_LIBUDEV if QT5_GUI
select TSLIB if QT5_INPUT_TSLIB
select DIRECTFB if QT5_PLATFORM_DIRECTFB
+ select LIBINPUT if QT5_INPUT_LIBINPUT
select LIBXCB if QT5_PLATFORM_XCB
- select LIBXKBCOMMON if QT5_PLATFORM_XCB
+ select LIBXKBCOMMON if QT5_PLATFORM_XCB || QT5_INPUT_LIBINPUT
select LIBXKBCOMMON_X11 if QT5_PLATFORM_XCB
select XCB_UTIL if QT5_PLATFORM_XCB
select XORG_LIB_X11 if QT5_X11
@@ -41,15 +43,17 @@ menuconfig QT5
select XORG_LIB_XEXT if QT5_XV
select XORG_LIB_XRENDER if QT5_XRENDER
select XORG_LIB_XCOMPOSITE if QT5_MODULE_QTWEBENGINE && QT5_PLATFORM_XCB
+ select XORG_LIB_XCURSOR if QT5_MODULE_QTWEBENGINE && QT5_PLATFORM_XCB
select XORG_LIB_XRANDR if QT5_MODULE_QTWEBENGINE && QT5_PLATFORM_XCB
+ select XORG_LIB_XSCRNSAVER if QT5_MODULE_QTWEBENGINE && QT5_PLATFORM_XCB
+ select XORG_LIB_XTST if QT5_MODULE_QTWEBENGINE && QT5_PLATFORM_XCB
+ select LIBXML2 if QT5_MODULE_QTWEBENGINE
+ select LIBXML2_CATALOG if QT5_MODULE_QTWEBENGINE
+ select LIBXML2_WRITER if QT5_MODULE_QTWEBENGINE
+ select LIBXSLT if QT5_MODULE_QTWEBENGINE
select ALSA_LIB if QT5_MODULE_QTMULTIMEDIA
- select GSTREAMER if QT5_MODULE_QTMULTIMEDIA_GST
- select GST_PLUGINS_BASE if QT5_MODULE_QTMULTIMEDIA_GST
- select LIBXML2 if QT5_MODULE_QTWEBKIT
- select LIBXML2_READER if QT5_MODULE_QTWEBKIT
- select LIBXSLT if QT5_MODULE_QTWEBKIT
- select GSTREAMER1 if QT5_MODULE_QTWEBKIT_VIDEO
- select GST_PLUGINS_BASE1 if QT5_MODULE_QTWEBKIT_VIDEO
+ select GSTREAMER1 if QT5_MODULE_QTMULTIMEDIA_GST
+ select GST_PLUGINS_BASE1 if QT5_MODULE_QTMULTIMEDIA_GST
select WAYLAND if QT5_MODULE_QTWAYLAND
select QT5_MODULE_QTBASE
prompt "qt5 "
@@ -121,6 +125,10 @@ config QT5_GLIB
bool
prompt "glib support"
+config QT5_JOURNALD
+ bool
+ prompt "journald support"
+
config QT5_OPENSSL
bool
prompt "OpenSSL support"
@@ -150,10 +158,6 @@ config QT5_OPENGL_API
endif
-config QT5_CXX11
- bool
- prompt "C++11 support"
-
endmenu
menuconfig QT5_GUI
@@ -170,7 +174,6 @@ config QT5_PLATFORM_DEFAULT
default "eglfs" if QT5_PLATFORM_DEFAULT_EGLFS
default "directfb" if QT5_PLATFORM_DEFAULT_DIRECTFB
default "linuxfb" if QT5_PLATFORM_DEFAULT_LINUXFB
- default "kms" if QT5_PLATFORM_DEFAULT_KMS
default "wayland" if QT5_PLATFORM_DEFAULT_WAYLAND
config QT5_PLATFORM_XCB
@@ -179,22 +182,27 @@ config QT5_PLATFORM_XCB
config QT5_PLATFORM_EGLFS
bool
- depends on QT5_OPENGL_ES2
prompt "eglfs"
+if QT5_PLATFORM_EGLFS
+
+config QT5_PLATFORM_EGLFS_KMS
+ bool
+ default y
+ prompt "KMS/GBM backend"
+
+endif
+
config QT5_PLATFORM_DIRECTFB
bool
+ # fails to build for Qt 5.6.0
+ depends on BROKEN
prompt "DirectFB"
config QT5_PLATFORM_LINUXFB
bool
prompt "LinuxFB"
-config QT5_PLATFORM_KMS
- bool
- depends on QT5_OPENGL_ES2
- prompt "KMS"
-
comment "default plugin"
choice
@@ -232,11 +240,6 @@ config QT5_PLATFORM_DEFAULT_LINUXFB
depends on QT5_PLATFORM_LINUXFB
prompt "LinuxFB"
-config QT5_PLATFORM_DEFAULT_KMS
- bool
- depends on QT5_PLATFORM_KMS
- prompt "KMS"
-
config QT5_PLATFORM_DEFAULT_WAYLAND
bool
depends on QT5_MODULE_QTWAYLAND
@@ -259,6 +262,10 @@ config QT5_INPUT_EVDEV
default y
prompt "evdev"
+config QT5_INPUT_LIBINPUT
+ bool
+ prompt "libinput"
+
config QT5_INPUT_TSLIB
bool
prompt "tslib"
@@ -269,6 +276,17 @@ endif
menu "Modules "
+config QT5_MODULE_QT3D
+ bool
+ select QT5_MODULE_QTDECLARATIVE
+ select QT5_MODULE_QTGRAPHICALEFFECTS
+ prompt "Qt3D"
+
+config QT5_MODULE_QT3D_QUICK
+ bool
+ depends on QT5_MODULE_QT3D
+ default QT5_MODULE_QTDECLARATIVE
+
config QT5_MODULE_QTBASE
bool
prompt "QtBase"
@@ -307,6 +325,16 @@ endif
endif
+config QT5_MODULE_QTCANVAS3D
+ bool
+ select QT5_MODULE_QTDECLARATIVE
+ prompt "QtCanvas3D"
+
+config QT5_MODULE_QTCANVAS3D_QUICK
+ bool
+ depends on QT5_MODULE_QTCANVAS3D
+ default QT5_MODULE_QTDECLARATIVE
+
config QT5_MODULE_QTCONNECTIVITY
bool
prompt "QtConnectivity"
@@ -335,6 +363,10 @@ config QT5_MODULE_QTDECLARATIVE_QUICK
bool
default QT5_MODULE_QTDECLARATIVE && QT5_GUI
+config QT5_MODULE_QTDECLARATIVE_QUICK_DEBUG
+ bool
+ default QT5_MODULE_QTDECLARATIVE_QUICK && QT5_MODULE_QTDECLARATIVE_DEBUG
+
config QT5_MODULE_QTDECLARATIVE_ACCESSIBILITY
bool
default QT5_MODULE_QTDECLARATIVE && QT5_ACCESSIBILITY
@@ -385,26 +417,6 @@ config QT5_MODULE_QTMULTIMEDIA_WIDGETS
bool
default QT5_MODULE_QTMULTIMEDIA && QT5_WIDGETS
-config QT5_MODULE_QTQUICK1
- bool
- depends on QT5_GUI
- select QT5_MODULE_QTBASE_WIDGETS
- select QT5_MODULE_QTBASE_SQL
- select QT5_MODULE_QTSCRIPT
- prompt "QtQuick1"
-
-if QT5_MODULE_QTQUICK1
-
-config QT5_MODULE_QTQUICK1_DEBUG
- bool
- prompt "QML debugging"
-
-endif
-
-config QT5_MODULE_QTQUICK1_WEBKIT
- bool
- default QT5_MODULE_QTQUICK1 && QT5_MODULE_QTWEBKIT
-
config QT5_MODULE_QTQUICKCONTROLS
bool
select QT5_ACCESSIBILITY
@@ -412,6 +424,11 @@ config QT5_MODULE_QTQUICKCONTROLS
select QT5_GUI
prompt "QtQuickControls"
+config QT5_MODULE_QTQUICKCONTROLS2
+ bool
+ select QT5_MODULE_QTQUICKCONTROLS
+ prompt "QtQuickControls2"
+
config QT5_MODULE_QTSCRIPT
bool
prompt "QtScript"
@@ -429,6 +446,10 @@ config QT5_MODULE_QTSENSORS_QUICK
depends on QT5_MODULE_QTSENSORS
default QT5_MODULE_QTDECLARATIVE
+config QT5_MODULE_QTSERIALBUS
+ bool
+ prompt "QtSerialBus"
+
config QT5_MODULE_QTSERIALPORT
bool
prompt "QtSerialPort"
@@ -478,7 +499,9 @@ config QT5_MODULE_QTWEBENGINE
bool
select QT5_GUI
select QT5_ICU
+ select QT5_OPENSSL
select QT5_MODULE_QTQUICKCONTROLS
+ select QT5_MODULE_QTWEBCHANNEL
prompt "QtWebEngine"
if QT5_MODULE_QTWEBENGINE
@@ -489,43 +512,20 @@ config QT5_MODULE_QTWEBENGINE_WIDGETS
endif
-config QT5_MODULE_QTWEBKIT
+config QT5_MODULE_QTWEBSOCKETS
bool
- depends on QT5_GUI
- select QT5_ICU
- select QT5_MODULE_QTBASE_SQL
- prompt "QtWebKit"
-
-if QT5_MODULE_QTWEBKIT
+ prompt "QtWebSockets"
-config QT5_MODULE_QTWEBKIT_QUICK
+config QT5_MODULE_QTWEBSOCKETS_QUICK
bool
+ depends on QT5_MODULE_QTWEBSOCKETS
default QT5_MODULE_QTDECLARATIVE
-config QT5_MODULE_QTWEBKIT_VIDEO
+config QT5_MODULE_QTWEBVIEW
bool
- prompt "video support (with gstreamer 1.x)"
-
-config QT5_MODULE_QTWEBKIT_WIDGETS
- bool
- default QT5_WIDGETS
-
-# FIXME: xml2/xslt deps
-# FIXME: enable/disable dep detection
-
-endif
-
-config QT5_MODULE_QTWEBKIT_EXAMPLES
- bool
- depends on QT5_GUI
- select QT5_MODULE_QTBASE_WIDGETS
- select QT5_MODULE_QTWEBKIT
- select QT5_MODULE_QTTOOLS
- select QT5_MODULE_QTXMLPATTERNS
-
-config QT5_MODULE_QTWEBSOCKETS
- bool
- prompt "QtWebSockets"
+ select QT5_MODULE_QTDECLARATIVE
+ select QT5_MODULE_QTWEBENGINE
+ prompt "QtWebView"
config QT5_MODULE_QTX11EXTRAS
bool
diff --git a/rules/qt5.make b/rules/qt5.make
index 70b21d075..9aeea3a00 100644
--- a/rules/qt5.make
+++ b/rules/qt5.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_QT5) += qt5
#
# Paths and names
#
-QT5_VERSION := 5.4.2
-QT5_MD5 := c23bd0f14d66e7901d24906a1edce9b0
+QT5_VERSION := 5.6.0
+QT5_MD5 := 47763c168f58b1196271b231f03c8bae
QT5 := qt-everywhere-opensource-src-$(QT5_VERSION)
QT5_SUFFIX := tar.xz
QT5_URL := \
@@ -28,9 +28,10 @@ QT5_DIR := $(BUILDDIR)/$(QT5)
QT5_BUILD_OOT := YES
QT5_LICENSE := LGPL-2.1, Nokia-Qt-exception-1.1, LGPL-3.0, GFDL-1.3
QT5_LICENSE_FILES := \
- file://LICENSE.LGPLv21;md5=cff17b12416c896e10ae2c17a64252e7 \
- file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \
- file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \
+ file://LICENSE.LGPLv21;md5=58a180e1cf84c756c29f782b3a485c29 \
+ file://LGPL_EXCEPTION.txt;md5=9625233da42f9e0ce9d63651a9d97654 \
+ file://LICENSE.GPLv3;md5=40f9bf30e783ddc201497165dfb32afb \
+ file://LICENSE.LGPLv3;md5=b8c75190712063cde04e1f41b6fdad98 \
file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e
QT5_MKSPECS := $(shell ptxd_get_alternative config/qt5 linux-ptx-g++ && echo $$ptxd_reply)
@@ -44,23 +45,18 @@ endif
ifdef PTXCONF_ARCH_PPC
PTXCONF_QT5_MODULE_QTCONNECTIVITY :=
PTXCONF_QT5_MODULE_QTCONNECTIVITY_QUICK :=
-PTXCONF_QT5_MODULE_QTQUICK1 :=
-PTXCONF_QT5_MODULE_QTQUICK1_DEBUG :=
-PTXCONF_QT5_MODULE_QTQUICK1_WEBKIT :=
PTXCONF_QT5_MODULE_QTSCRIPT :=
PTXCONF_QT5_MODULE_QTSCRIPT_WIDGETS :=
PTXCONF_QT5_MODULE_QTWEBENGINE :=
PTXCONF_QT5_MODULE_QTWEBENGINE_WIDGETS :=
-PTXCONF_QT5_MODULE_QTWEBKIT :=
-PTXCONF_QT5_MODULE_QTWEBKIT_EXAMPLES :=
-PTXCONF_QT5_MODULE_QTWEBKIT_QUICK :=
-PTXCONF_QT5_MODULE_QTWEBKIT_WIDGETS :=
+PTXCONF_QT5_MODULE_QTWEBVIEW :=
endif
# QtWebEngine needs at least ARMv6
ifdef PTXCONF_ARCH_ARM
ifndef PTXCONF_ARCH_ARM_V6
PTXCONF_QT5_MODULE_QTWEBENGINE :=
PTXCONF_QT5_MODULE_QTWEBENGINE_WIDGETS :=
+PTXCONF_QT5_MODULE_QTWEBVIEW :=
endif
endif
@@ -105,9 +101,9 @@ QT5_CONF_OPT := \
-examplesdir /usr/lib/qt5/examples \
-hostbindir /usr/bin/qt5 \
-release \
+ --disable-optimized-tools \
-opensource \
-confirm-license \
- --$(call ptx/endis, PTXCONF_QT5_CXX11)-c++11 \
--enable-shared \
--$(call ptx/endis, PTXCONF_GLOBAL_LARGE_FILE)-largefile \
--$(call ptx/endis, PTXCONF_QT5_ACCESSIBILITY)-accessibility \
@@ -126,34 +122,48 @@ QT5_CONF_OPT := \
-force-pkg-config \
\
-system-zlib \
- --disable-journald \
+ --disable-mtdev \
+ --$(call ptx/endis, PTXCONF_QT5_JOURNALD)-journald \
+ --disable-syslog \
$(call ptx/ifdef, PTXCONF_QT5_GIF,,-no-gif) \
$(call ptx/qt5-system, QT5_LIBPNG)-libpng \
$(call ptx/qt5-system, QT5_LIBJPEG)-libjpeg \
$(call ptx/qt5-system, QT5_GUI)-freetype \
-qt-harfbuzz \
--$(call ptx/endis, PTXCONF_QT5_OPENSSL)-openssl \
+ --disable-libproxy \
-qt-pcre \
-system-xcb \
+ $(call ptx/qt5-system, QT5_PLATFORM_XCB)-xkbcommon-x11 \
+ --$(call ptx/endis, PTXCONF_QT5_INPUT_LIBINPUT)-xkbcommon-evdev \
+ --$(call ptx/endis, PTXCONF_QT5_XI)-xinput2 \
+ --$(call ptx/endis, PTXCONF_QT5_X11)-xcb-xlib \
+ --$(call ptx/endis, PTXCONF_QT5_GLIB)-glib \
+ --disable-pulseaudio \
+ --$(call ptx/endis, PTXCONF_QT5_MODULE_QTMULTIMEDIA)-alsa \
+ --disable-gtkstyle \
\
-make libs \
-make tools \
$(call ptx/ifdef, PTXCONF_QT5_PREPARE_EXAMPLES,-make examples) \
+ $(call ptx/qt5-module, QT3D, qt3d) \
-skip qtactiveqt \
-skip qtandroidextras \
+ $(call ptx/qt5-module, QTCANVAS3D, qtcanvas3d) \
$(call ptx/qt5-module, QTCONNECTIVITY, qtconnectivity) \
$(call ptx/qt5-module, QTDECLARATIVE, qtdeclarative) \
- $(call ptx/qt5-module, QTENGINIO, qtenginio) \
-skip qtdoc \
+ $(call ptx/qt5-module, QTENGINIO, qtenginio) \
$(call ptx/qt5-module, QTGRAPHICALEFFECTS, qtgraphicaleffects) \
$(call ptx/qt5-module, QTIMAGEFORMATS, qtimageformats) \
$(call ptx/qt5-module, QTLOCATION, qtlocation) \
-skip qtmacextras \
$(call ptx/qt5-module, QTMULTIMEDIA, qtmultimedia) \
- $(call ptx/qt5-module, QTQUICK1, qtquick1) \
$(call ptx/qt5-module, QTQUICKCONTROLS, qtquickcontrols) \
+ $(call ptx/qt5-module, QTQUICKCONTROLS2, qtquickcontrols2) \
$(call ptx/qt5-module, QTSCRIPT, qtscript) \
$(call ptx/qt5-module, QTSENSORS, qtsensors) \
+ $(call ptx/qt5-module, QTSERIALBUS, qtserialbus) \
$(call ptx/qt5-module, QTSERIALPORT, qtserialport) \
$(call ptx/qt5-module, QTSVG, qtsvg) \
$(call ptx/qt5-module, QTTOOLS, qttools) \
@@ -161,9 +171,8 @@ QT5_CONF_OPT := \
$(call ptx/qt5-module, QTWAYLAND, qtwayland) \
$(call ptx/qt5-module, QTWEBCHANNEL, qtwebchannel) \
$(call ptx/qt5-module, QTWEBENGINE, qtwebengine) \
- $(call ptx/qt5-module, QTWEBKIT, qtwebkit) \
- $(call ptx/qt5-module, QTWEBKIT_EXAMPLES, qtwebkit-examples) \
$(call ptx/qt5-module, QTWEBSOCKETS, qtwebsockets) \
+ $(call ptx/qt5-module, QTWEBVIEW, qtwebview) \
-skip qtwinextras \
$(call ptx/qt5-module, QTX11EXTRAS, qtx11extras) \
$(call ptx/qt5-module, QTXMLPATTERNS, qtxmlpatterns) \
@@ -171,27 +180,31 @@ QT5_CONF_OPT := \
--$(call ptx/endis, PTXCONF_QT5_GUI)-gui \
--$(call ptx/endis, PTXCONF_QT5_WIDGETS)-widgets \
--disable-rpath \
- --disable-optimized-qmake \
--disable-nis \
--disable-cups \
--$(call ptx/endis, PTXCONF_ICONV)-iconv \
+ --$(call ptx/endis, PTXCONF_QT5_INPUT_EVDEV)-evdev \
+ --$(call ptx/endis, PTXCONF_QT5_INPUT_TSLIB)-tslib \
--$(call ptx/endis, PTXCONF_QT5_ICU)-icu \
--$(call ptx/endis, PTXCONF_QT5_GUI)-fontconfig \
--disable-strip \
--disable-pch \
+ --disable-ltcg \
--$(call ptx/endis, PTXCONF_QT5_DBUS)-dbus$(call ptx/ifdef, PTXCONF_QT5_DBUS,-linked,) \
--disable-separate-debug-info \
--$(call ptx/endis, PTXCONF_QT5_PLATFORM_XCB)-xcb \
--$(call ptx/endis, PTXCONF_QT5_PLATFORM_EGLFS)-eglfs \
+ --$(call ptx/endis, PTXCONF_QT5_PLATFORM_EGLFS_KMS)-kms \
+ --$(call ptx/endis, PTXCONF_QT5_PLATFORM_EGLFS_KMS)-gbm \
--$(call ptx/endis, PTXCONF_QT5_PLATFORM_DIRECTFB)-directfb \
--$(call ptx/endis, PTXCONF_QT5_PLATFORM_LINUXFB)-linuxfb \
- --$(call ptx/endis, PTXCONF_QT5_PLATFORM_KMS)-kms \
+ --disable-mirclient \
$(call ptx/ifdef, PTXCONF_QT5_GUI,-qpa $(PTXCONF_QT5_PLATFORM_DEFAULT)) \
-xplatform linux-ptx-g++ \
--opengl=$(call ptx/ifdef, PTXCONF_QT5_OPENGL,$(PTXCONF_QT5_OPENGL_API),no) \
- --disable-system-proxies \
- --$(call ptx/endis, PTXCONF_QT5_GLIB)-glib \
- --no-android-style-assets
+ --$(call ptx/endis, PTXCONF_QT5_INPUT_LIBINPUT)-libinput \
+ $(call ptx/ifdef, PTXCONF_QT5_MODULE_QTMULTIMEDIA_GST,-gstreamer 1.0,-no-gstreamer) \
+ --disable-system-proxies
ifdef PTXCONF_QT5_GUI
ifndef PTXCONF_QT5_PLATFORM_DEFAULT
@@ -206,22 +219,19 @@ QT5_CONF_OPT += \
--$(call ptx/endis, PTXCONF_QT5_GUI)-libudev \
--$(call ptx/endis, PTXCONF_QT5_OPENGL)-egl \
--$(call ptx/endis, PTXCONF_QT5_PLATFORM_XCB)-xkb \
- $(call ptx/qt5-system, QT5_PLATFORM_XCB)-xkbcommon \
- --$(call ptx/endis, PTXCONF_QT5_XI)-xinput2 \
--$(call ptx/endis, PTXCONF_QT5_XRENDER)-xrender \
--$(call ptx/endis, PTXCONF_QT5_XV)-xvideo \
- --$(call ptx/endis, PTXCONF_QT5_INPUT_EVDEV)-evdev \
- --$(call ptx/endis, PTXCONF_QT5_INPUT_TSLIB)-tslib
QT5_QMAKE_OPT := CONFIG+=release CONFIG-=debug
-ifndef PTXCONF_QT5_MODULE_QTWEBKIT_VIDEO
-# explicitly disable gstreamer use
-QT5_QMAKE_OPT += "WEBKIT_CONFIG-=video use_gstreamer use_native_fullscreen_video glib"
-endif
ifdef PTXCONF_QT5_MODULE_QTWEBENGINE
QT5_QMAKE_OPT += "PTX_QMAKE_CFLAGS=$(shell ptxd_cross_cc_v | sed -n "s/^COLLECT_GCC_OPTIONS=\(.*\)/\1/p" | tail -n1)"
endif
+ifdef PTXCONF_QT5_MODULE_QTMULTIMEDIA_GST
+QT5_MAKE_OPT += "GST_VERSION=1.0"
+else
+QT5_QMAKE_OPT += "QT_CONFIG-=gstreamer-0.10 gstreamer-1.0"
+endif
$(STATEDIR)/qt5.prepare:
@$(call targetinfo)
@@ -243,12 +253,6 @@ $(STATEDIR)/qt5.install:
@$(call targetinfo)
@$(call world/install, QT5)
@find $(QT5_PKGDIR) -name '*.qmltypes' | xargs -r rm
-ifdef PTXCONF_QT5_MODULE_QTWEBKIT_QUICK
- @chrpath -d $(QT5_PKGDIR)/usr/lib/qt5/libexec/QtWebProcess
-ifdef PTXCONF_QT5_X11
- @chrpath -d $(QT5_PKGDIR)/usr/lib/qt5/libexec/QtWebPluginProcess
-endif
-endif
@$(call touch)
QT5_QT_CONF := $(PTXDIST_SYSROOT_CROSS)/bin/qt5/qt.conf
@@ -274,6 +278,10 @@ $(STATEDIR)/qt5.install.post:
# Target-Install
# ----------------------------------------------------------------------------
+### Qt3d ###
+QT5_LIBS_$(PTXCONF_QT5_MODULE_QT3D) += Qt3d
+QT5_QML-$(PTXCONF_QT5_MODULE_QT3D_QUICK) += Qt3D
+
### QtBase ###
QT5_LIBS-y := Qt5Core
QT5_LIBS-$(PTXCONF_QT5_MODULE_QTBASE) += Qt5Concurrent
@@ -286,6 +294,8 @@ QT5_LIBS-$(PTXCONF_QT5_MODULE_QTBASE_SQL) += Qt5Sql
QT5_LIBS-$(PTXCONF_QT5_MODULE_QTBASE) += Qt5Test
QT5_LIBS-$(PTXCONF_QT5_MODULE_QTBASE_WIDGETS) += Qt5Widgets
QT5_LIBS-$(PTXCONF_QT5_MODULE_QTBASE) += Qt5Xml
+QT5_LIBS-$(PTXCONF_QT5_PLATFORM_EGLFS) += Qt5EglDeviceIntegration
+QT5_LIBS-$(PTXCONF_QT5_PLATFORM_XCB) += Qt5XcbQpa
QT5_PLUGINS-$(PTXCONF_QT5_DBUS) += bearer/libqconnmanbearer
QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTBASE) += bearer/libqgenericbearer
QT5_PLUGINS-$(PTXCONF_QT5_DBUS) += bearer/libqnmbearer
@@ -307,6 +317,12 @@ QT5_PLUGINS-$(PTXCONF_QT5_PLATFORM_EGLFS) += platforms/libqeglfs
QT5_PLUGINS-$(PTXCONF_QT5_PLATFORM_LINUXFB) += platforms/libqlinuxfb
QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTBASE_GUI) += platforms/libqminimal
QT5_PLUGINS-$(PTXCONF_QT5_PLATFORM_EGLFS) += platforms/libqminimalegl
+### FIXME ###
+QT5_PLUGINS-$(PTXCONF_QT5_PLATFORM_EGLFS_KMS) += egldeviceintegrations/libqeglfs-kms-integration
+
+### QtCanvas3d ###
+QT5_LIBS_$(PTXCONF_QT5_MODULE_CANVAS3D) += QtCanvas3d
+QT5_QML-$(PTXCONF_QT5_MODULE_QTCANVAS3D_QUICK) += QtCanvas3D
### QtConnectivity ###
QT5_LIBS-$(PTXCONF_QT5_MODULE_QTCONNECTIVITY) += Qt5Bluetooth
@@ -319,8 +335,13 @@ QT5_LIBS-$(PTXCONF_QT5_MODULE_QTDECLARATIVE) += Qt5Qml
QT5_LIBS-$(PTXCONF_QT5_MODULE_QTDECLARATIVE_QUICK) += Qt5Quick
QT5_LIBS-$(PTXCONF_QT5_MODULE_QTDECLARATIVE_QUICK) += Qt5QuickParticles
QT5_LIBS- += Qt5QuickTest
-QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTDECLARATIVE_DEBUG) += qmltooling/libqmldbg_qtquick2
+QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTDECLARATIVE_DEBUG) += qmltooling/libqmldbg_native
+QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTDECLARATIVE_DEBUG) += qmltooling/libqmldbg_server
+QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTDECLARATIVE_DEBUG) += qmltooling/libqmldbg_local
QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTDECLARATIVE_DEBUG) += qmltooling/libqmldbg_tcp
+QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTDECLARATIVE_DEBUG) += qmltooling/libqmldbg_debugger
+QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTDECLARATIVE_DEBUG) += qmltooling/libqmldbg_profiler
+QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTDECLARATIVE_QUICK_DEBUG) += qmltooling/libqmldbg_inspector
QT5_QML-$(PTXCONF_QT5_MODULE_QTDECLARATIVE) += Qt
QT5_QML-$(PTXCONF_QT5_MODULE_QTDECLARATIVE) += QtQuick
QT5_QML-$(PTXCONF_QT5_MODULE_QTDECLARATIVE) += QtQuick.2
@@ -337,7 +358,6 @@ QT5_QML-$(PTXCONF_QT5_MODULE_QTGRAPHICALEFFECTS) += QtGraphicalEffects
### QtImageFormats ###
QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTIMAGEFORMATS) += imageformats/libqdds
QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTIMAGEFORMATS) += imageformats/libqicns
-QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTIMAGEFORMATS) += imageformats/libqjp2
QT5_PLUGINS-$(PTXCONF_QT5_LIBMNG) += imageformats/libqmng
QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTIMAGEFORMATS) += imageformats/libqtga
QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTIMAGEFORMATS) += imageformats/libqtiff
@@ -349,6 +369,7 @@ QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTIMAGEFORMATS) += imageformats/libqwebp
QT5_LIBS-$(PTXCONF_QT5_MODULE_QTLOCATION) += Qt5Positioning
QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTLOCATION) += position/libqtposition_positionpoll
QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTLOCATION) += geoservices/libqtgeoservices_osm
+QT5_QML-$(PTXCONF_QT5_MODULE_QTLOCATION_QUICK) += QtLocation
QT5_QML-$(PTXCONF_QT5_MODULE_QTLOCATION_QUICK) += QtPositioning
### QtMultimedia ###
@@ -363,18 +384,10 @@ QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTMULTIMEDIA_GST) += mediaservice/libgstmediac
QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTMULTIMEDIA_GST) += mediaservice/libgstmediaplayer
QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTMULTIMEDIA) += playlistformats/libqtmultimedia_m3u
ifdef PTXCONF_QT5_OPENGL_ES2
-QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTMULTIMEDIA_QUICK) += video/videonode/libeglvideonode
+QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTMULTIMEDIA) += video/videonode/libeglvideonode
endif
QT5_QML-$(PTXCONF_QT5_MODULE_QTMULTIMEDIA_QUICK) += QtMultimedia
-### QtQuick1 ###
-QT5_LIBS-$(PTXCONF_QT5_MODULE_QTQUICK1) += Qt5Declarative
-QT5_PLUGINS- += designer/libqdeclarativeview
-QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTQUICK1_DEBUG) += qml1tooling/libqmldbg_inspector
-QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTQUICK1_DEBUG) += qml1tooling/libqmldbg_tcp_qtdeclarative
-QT5_IMPORTS-$(PTXCONF_QT5_MODULE_QTQUICK1) += Qt
-QT5_IMPORTS-$(PTXCONF_QT5_MODULE_QTQUICK1_WEBKIT) += QtWebKit
-
### QtQuickControls ###
# all in QT5_QML- added by QtDeclarative
@@ -391,6 +404,9 @@ QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTSENSORS) += sensors/libqtsensors_generic
QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTSENSORS) += sensors/libqtsensors_linuxsys
QT5_QML-$(PTXCONF_QT5_MODULE_QTSENSORS_QUICK) += QtSensors
+### QtSerialBus ###
+QT5_LIBS-$(PTXCONF_QT5_MODULE_QTSERIALBus) += Qt5SerialBus
+
### QtSerialPort ###
QT5_LIBS-$(PTXCONF_QT5_MODULE_QTSERIALPORT) += Qt5SerialPort
@@ -415,22 +431,24 @@ endif
QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTWAYLAND_MESA) += wayland-graphics-integration-client/libdrm-egl-server
#QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTWAYLAND) += wayland-graphics-integration-client/libxcomposite-glx
QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTWAYLAND) += wayland-decoration-client/libbradient
+
### QtWebChannel ###
QT5_LIBS-$(PTXCONF_QT5_MODULE_QTWEBCHANNEL) += Qt5WebChannel
QT5_QML-$(PTXCONF_QT5_MODULE_QTWEBCHANNEL) += QtWebChannel
+
### QtWebEngine ###
QT5_LIBS-$(PTXCONF_QT5_MODULE_QTWEBENGINE) += Qt5WebEngine
QT5_LIBS-$(PTXCONF_QT5_MODULE_QTWEBENGINE) += Qt5WebEngineCore
QT5_LIBS-$(PTXCONF_QT5_MODULE_QTWEBENGINE_WIDGETS) += Qt5WebEngineWidgets
QT5_QML-$(PTXCONF_QT5_MODULE_QTWEBENGINE) += QtWebEngine
-### QtWebKit ###
-QT5_LIBS-$(PTXCONF_QT5_MODULE_QTWEBKIT) += Qt5WebKit
-QT5_LIBS-$(PTXCONF_QT5_MODULE_QTWEBKIT_WIDGETS) += Qt5WebKitWidgets
-QT5_QML-$(PTXCONF_QT5_MODULE_QTWEBKIT_QUICK) += QtWebKit
-
### QtWebSockets ###
QT5_LIBS-$(PTXCONF_QT5_MODULE_QTWEBSOCKETS) += Qt5WebSockets
+QT5_QML-$(PTXCONF_QT5_MODULE_QTWEBSOCKETS_QUICK) += QtWebSockets
+
+### QtWebView ###
+QT5_LIBS-$(PTXCONF_QT5_MODULE_QTWEBVIEW) += Qt5WebView
+QT5_QML-$(PTXCONF_QT5_MODULE_QTWEBVIEW) += QtWebView
### QtX11Extras ###
QT5_LIBS-$(PTXCONF_QT5_MODULE_QTX11EXTRAS) += Qt5X11Extras
@@ -456,18 +474,13 @@ ifdef PTXCONF_QT5_MODULE_QTWEBENGINE
@$(call install_copy, qt5, 0, 0, 0755, -, \
/usr/lib/qt5/libexec/QtWebEngineProcess)
@$(call install_copy, qt5, 0, 0, 0755, -, \
- /usr/share/qt5/qtwebengine_resources.pak)
- @$(call install_link, qt5, ../icu/$(ICU_VERSION)/icudt$(basename $(ICU_VERSION))$(call ptx/ifdef,PTXCONF_ENDIAN_LITTLE,l,b).dat, \
- /usr/share/qt5/icudtl.dat)
-endif
-
-ifdef PTXCONF_QT5_MODULE_QTWEBKIT_QUICK
+ /usr/share/qt5/resources/qtwebengine_resources.pak)
@$(call install_copy, qt5, 0, 0, 0755, -, \
- /usr/lib/qt5/libexec/QtWebProcess)
-ifdef PTXCONF_QT5_X11
+ /usr/share/qt5/resources/qtwebengine_resources_100p.pak)
@$(call install_copy, qt5, 0, 0, 0755, -, \
- /usr/lib/qt5/libexec/QtWebPluginProcess)
-endif
+ /usr/share/qt5/resources/qtwebengine_resources_200p.pak)
+ @$(call install_link, qt5, ../icu/$(ICU_VERSION)/icudt$(basename $(ICU_VERSION))$(call ptx/ifdef,PTXCONF_ENDIAN_LITTLE,l,b).dat, \
+ /usr/share/qt5/icudtl.dat)
endif
@$(foreach plugin, $(QT5_PLUGINS-y), \
diff --git a/rules/qt5examples.in b/rules/qt5examples.in
index 1c8d33e95..6979fd043 100644
--- a/rules/qt5examples.in
+++ b/rules/qt5examples.in
@@ -102,6 +102,139 @@ config QT5_EXAMPLES_BLUETOOTH_QML_SCANNER
endif
+menuconfig QT5_EXAMPLES_CANVAS3D
+ bool
+ prompt "canvas3d "
+
+if QT5_EXAMPLES_CANVAS3D
+
+config QT5_EXAMPLES_CANVAS3D_CELLPHONE
+ bool
+ prompt "cellphone"
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTCANVAS3D
+ depends on QT5_MODULE_QTDECLARATIVE
+
+config QT5_EXAMPLES_CANVAS3D_FRAMEBUFFER
+ bool
+ prompt "framebuffer"
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTCANVAS3D
+ depends on QT5_MODULE_QTDECLARATIVE
+ depends on QT5_MODULE_QTDECLARATIVE_QUICK
+
+config QT5_EXAMPLES_CANVAS3D_INTERACTION
+ bool
+ prompt "interaction"
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTCANVAS3D
+ depends on QT5_MODULE_QTDECLARATIVE
+ depends on QT5_MODULE_QTDECLARATIVE_QUICK
+
+config QT5_EXAMPLES_CANVAS3D_JSONMODELS
+ bool
+ prompt "jsonmodels"
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTCANVAS3D
+ depends on QT5_MODULE_QTDECLARATIVE
+
+config QT5_EXAMPLES_CANVAS3D_ONEQT
+ bool
+ prompt "oneqt"
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTCANVAS3D
+ depends on QT5_MODULE_QTDECLARATIVE
+ depends on QT5_MODULE_QTDECLARATIVE_QUICK
+
+config QT5_EXAMPLES_CANVAS3D_PLANETS
+ bool
+ prompt "planets"
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTCANVAS3D
+ depends on QT5_MODULE_QTDECLARATIVE
+ depends on QT5_MODULE_QTDECLARATIVE_QUICK
+
+config QT5_EXAMPLES_CANVAS3D_QUICKITEMTEXTURE
+ bool
+ prompt "quickitemtexture"
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTCANVAS3D
+ depends on QT5_MODULE_QTDECLARATIVE
+
+config QT5_EXAMPLES_CANVAS3D_TEXTUREANDLIGHT
+ bool
+ prompt "textureandlight"
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTCANVAS3D
+ depends on QT5_MODULE_QTDECLARATIVE
+ depends on QT5_MODULE_QTDECLARATIVE_QUICK
+
+
+menuconfig QT5_EXAMPLES_CANVAS3D_CANVAS3D
+ bool
+ prompt "canvas3d "
+
+if QT5_EXAMPLES_CANVAS3D_CANVAS3D
+
+config QT5_EXAMPLES_CANVAS3D_CANVAS3D_FRAMEBUFFER
+ bool
+ prompt "framebuffer"
+ depends on QT5_MODULE_QTCANVAS3D
+
+config QT5_EXAMPLES_CANVAS3D_CANVAS3D_INTERACTION
+ bool
+ prompt "interaction"
+ depends on QT5_MODULE_QTCANVAS3D
+
+config QT5_EXAMPLES_CANVAS3D_CANVAS3D_JSONMODELS
+ bool
+ prompt "jsonmodels"
+ depends on QT5_MODULE_QTCANVAS3D
+
+config QT5_EXAMPLES_CANVAS3D_CANVAS3D_QUICKITEMTEXTURE
+ bool
+ prompt "quickitemtexture"
+ depends on QT5_MODULE_QTCANVAS3D
+
+config QT5_EXAMPLES_CANVAS3D_CANVAS3D_TEXTUREANDLIGHT
+ bool
+ prompt "textureandlight"
+ depends on QT5_MODULE_QTCANVAS3D
+
+endif
+
+menuconfig QT5_EXAMPLES_CANVAS3D_CANVAS3D_THREEJS
+ bool
+ prompt "canvas3d/threejs "
+
+if QT5_EXAMPLES_CANVAS3D_CANVAS3D_THREEJS
+
+config QT5_EXAMPLES_CANVAS3D_CANVAS3D_THREEJS_CELLPHONE
+ bool
+ prompt "cellphone"
+ depends on QT5_MODULE_QTCANVAS3D
+
+config QT5_EXAMPLES_CANVAS3D_CANVAS3D_THREEJS_ONEQT
+ bool
+ prompt "oneqt"
+ depends on QT5_MODULE_QTCANVAS3D
+
+config QT5_EXAMPLES_CANVAS3D_CANVAS3D_THREEJS_PLANETS
+ bool
+ prompt "planets"
+ depends on QT5_MODULE_QTCANVAS3D
+
+endif
+endif
+
menuconfig QT5_EXAMPLES_CORELIB_IPC
bool
prompt "corelib/ipc "
@@ -260,744 +393,6 @@ config QT5_EXAMPLES_DBUS_REMOTECONTROLLEDCAR_CONTROLLER
endif
endif
-menuconfig QT5_EXAMPLES_DECLARATIVE
- bool
- prompt "declarative "
-
-if QT5_EXAMPLES_DECLARATIVE
-
-config QT5_EXAMPLES_DECLARATIVE_FLICKR
- bool
- prompt "flickr"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_I18N
- bool
- prompt "i18n"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_POSITIONERS
- bool
- prompt "positioners"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_SHADEREFFECTS
- bool
- prompt "shadereffects"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_OPENGL
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
- depends on QT5_OPENGL_DESKTOP
-
-config QT5_EXAMPLES_DECLARATIVE_SQLLOCALSTORAGE
- bool
- prompt "sqllocalstorage"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-
-menuconfig QT5_EXAMPLES_DECLARATIVE_ANIMATION
- bool
- prompt "animation "
-
-if QT5_EXAMPLES_DECLARATIVE_ANIMATION
-
-config QT5_EXAMPLES_DECLARATIVE_ANIMATION_EASING
- bool
- prompt "easing"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_ANIMATION_STATES
- bool
- prompt "states"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-endif
-
-menuconfig QT5_EXAMPLES_DECLARATIVE_ANIMATION_BASICS
- bool
- prompt "animation/basics "
-
-if QT5_EXAMPLES_DECLARATIVE_ANIMATION_BASICS
-
-config QT5_EXAMPLES_DECLARATIVE_ANIMATION_BASICS_COLOR_ANIMATION
- bool
- prompt "color-animation"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_ANIMATION_BASICS_PROPERTY_ANIMATION
- bool
- prompt "property-animation"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-endif
-
-menuconfig QT5_EXAMPLES_DECLARATIVE_ANIMATION_BEHAVIORS
- bool
- prompt "animation/behaviors "
-
-if QT5_EXAMPLES_DECLARATIVE_ANIMATION_BEHAVIORS
-
-config QT5_EXAMPLES_DECLARATIVE_ANIMATION_BEHAVIORS_BEHAVIOR_EXAMPLE
- bool
- prompt "behavior-example"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-endif
-
-menuconfig QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS
- bool
- prompt "cppextensions "
-
-if QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS
-
-config QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_NETWORKACCESSMANAGERFACTORY
- bool
- prompt "networkaccessmanagerfactory"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-endif
-
-menuconfig QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_QGRAPHICSLAYOUTS
- bool
- prompt "cppextensions/qgraphicslayouts"
-
-if QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_QGRAPHICSLAYOUTS
-
-config QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_QGRAPHICSLAYOUTS_QGRAPHICSGRIDLAYOUT
- bool
- prompt "qgraphicsgridlayout"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_QGRAPHICSLAYOUTS_QGRAPHICSLINEARLAYOUT
- bool
- prompt "qgraphicslinearlayout"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-endif
-
-menuconfig QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_REFERENCEEXAMPLES
- bool
- prompt "cppextensions/referenceexamples"
-
-if QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_REFERENCEEXAMPLES
-
-config QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_REFERENCEEXAMPLES_ADDING
- bool
- prompt "adding"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_REFERENCEEXAMPLES_ATTACHED
- bool
- prompt "attached"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_GUI
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_REFERENCEEXAMPLES_BINDING
- bool
- prompt "binding"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_GUI
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_REFERENCEEXAMPLES_COERCION
- bool
- prompt "coercion"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_REFERENCEEXAMPLES_DEFAULT
- bool
- prompt "default"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_REFERENCEEXAMPLES_EXTENDED
- bool
- prompt "extended"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_REFERENCEEXAMPLES_GROUPED
- bool
- prompt "grouped"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_GUI
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_REFERENCEEXAMPLES_METHODS
- bool
- prompt "methods"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_REFERENCEEXAMPLES_PROPERTIES
- bool
- prompt "properties"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_REFERENCEEXAMPLES_SIGNAL
- bool
- prompt "signal"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_GUI
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_REFERENCEEXAMPLES_VALUESOURCE
- bool
- prompt "valuesource"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_GUI
- depends on QT5_MODULE_QTQUICK1
-
-endif
-
-menuconfig QT5_EXAMPLES_DECLARATIVE_DEMOS
- bool
- prompt "demos "
-
-if QT5_EXAMPLES_DECLARATIVE_DEMOS
-
-config QT5_EXAMPLES_DECLARATIVE_DEMOS_CALCULATOR
- bool
- prompt "calculator"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_DEMOS_MINEHUNT
- bool
- prompt "minehunt"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_DEMOS_PHOTOVIEWER
- bool
- prompt "photoviewer"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_DEMOS_RSSNEWS
- bool
- prompt "rssnews"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_DEMOS_SAMEGAME
- bool
- prompt "samegame"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_DEMOS_SNAKE
- bool
- prompt "snake"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_DEMOS_TWITTER
- bool
- prompt "twitter"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-endif
-
-menuconfig QT5_EXAMPLES_DECLARATIVE_IMAGEELEMENTS
- bool
- prompt "imageelements "
-
-if QT5_EXAMPLES_DECLARATIVE_IMAGEELEMENTS
-
-config QT5_EXAMPLES_DECLARATIVE_IMAGEELEMENTS_BORDERIMAGE
- bool
- prompt "borderimage"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_IMAGEELEMENTS_IMAGE
- bool
- prompt "image"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_IMAGEELEMENTS_SHADOWS
- bool
- prompt "shadows"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-endif
-
-menuconfig QT5_EXAMPLES_DECLARATIVE_KEYINTERACTION
- bool
- prompt "keyinteraction "
-
-if QT5_EXAMPLES_DECLARATIVE_KEYINTERACTION
-
-config QT5_EXAMPLES_DECLARATIVE_KEYINTERACTION_FOCUS
- bool
- prompt "focus"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-endif
-
-menuconfig QT5_EXAMPLES_DECLARATIVE_MODELVIEWS
- bool
- prompt "modelviews "
-
-if QT5_EXAMPLES_DECLARATIVE_MODELVIEWS
-
-config QT5_EXAMPLES_DECLARATIVE_MODELVIEWS_ABSTRACTITEMMODEL
- bool
- prompt "abstractitemmodel"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_MODELVIEWS_GRIDVIEW
- bool
- prompt "gridview"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_MODELVIEWS_OBJECTLISTMODEL
- bool
- prompt "objectlistmodel"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_MODELVIEWS_PACKAGE
- bool
- prompt "package"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_MODELVIEWS_PARALLAX
- bool
- prompt "parallax"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_MODELVIEWS_PATHVIEW
- bool
- prompt "pathview"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_MODELVIEWS_STRINGLISTMODEL
- bool
- prompt "stringlistmodel"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_MODELVIEWS_VISUALITEMMODEL
- bool
- prompt "visualitemmodel"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-endif
-
-menuconfig QT5_EXAMPLES_DECLARATIVE_MODELVIEWS_LISTVIEW
- bool
- prompt "modelviews/listview "
-
-if QT5_EXAMPLES_DECLARATIVE_MODELVIEWS_LISTVIEW
-
-config QT5_EXAMPLES_DECLARATIVE_MODELVIEWS_LISTVIEW_DYNAMICLIST
- bool
- prompt "dynamiclist"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_MODELVIEWS_LISTVIEW_EXPANDINGDELEGATES
- bool
- prompt "expandingdelegates"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_MODELVIEWS_LISTVIEW_HIGHLIGHT
- bool
- prompt "highlight"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_MODELVIEWS_LISTVIEW_HIGHLIGHTRANGES
- bool
- prompt "highlightranges"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_MODELVIEWS_LISTVIEW_SECTIONS
- bool
- prompt "sections"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-endif
-
-menuconfig QT5_EXAMPLES_DECLARATIVE_RIGHTTOLEFT
- bool
- prompt "righttoleft "
-
-if QT5_EXAMPLES_DECLARATIVE_RIGHTTOLEFT
-
-config QT5_EXAMPLES_DECLARATIVE_RIGHTTOLEFT_LAYOUTDIRECTION
- bool
- prompt "layoutdirection"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_RIGHTTOLEFT_LAYOUTMIRRORING
- bool
- prompt "layoutmirroring"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_RIGHTTOLEFT_TEXTALIGNMENT
- bool
- prompt "textalignment"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-endif
-
-menuconfig QT5_EXAMPLES_DECLARATIVE_TEXT
- bool
- prompt "text "
-
-if QT5_EXAMPLES_DECLARATIVE_TEXT
-
-config QT5_EXAMPLES_DECLARATIVE_TEXT_TEXTSELECTION
- bool
- prompt "textselection"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-endif
-
-menuconfig QT5_EXAMPLES_DECLARATIVE_TEXT_FONTS
- bool
- prompt "text/fonts "
-
-if QT5_EXAMPLES_DECLARATIVE_TEXT_FONTS
-
-config QT5_EXAMPLES_DECLARATIVE_TEXT_FONTS_AVAILABLEFONTS
- bool
- prompt "availableFonts"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_TEXT_FONTS_BANNER
- bool
- prompt "banner"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_TEXT_FONTS_FONTS
- bool
- prompt "fonts"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_TEXT_FONTS_HELLO
- bool
- prompt "hello"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-endif
-
-menuconfig QT5_EXAMPLES_DECLARATIVE_THREADING
- bool
- prompt "threading "
-
-if QT5_EXAMPLES_DECLARATIVE_THREADING
-
-config QT5_EXAMPLES_DECLARATIVE_THREADING_THREADEDLISTMODEL
- bool
- prompt "threadedlistmodel"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_THREADING_WORKERSCRIPT
- bool
- prompt "workerscript"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-endif
-
-menuconfig QT5_EXAMPLES_DECLARATIVE_TOUCHINTERACTION
- bool
- prompt "touchinteraction "
-
-if QT5_EXAMPLES_DECLARATIVE_TOUCHINTERACTION
-
-config QT5_EXAMPLES_DECLARATIVE_TOUCHINTERACTION_PINCHAREA
- bool
- prompt "pincharea"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-endif
-
-menuconfig QT5_EXAMPLES_DECLARATIVE_TOUCHINTERACTION_GESTURES
- bool
- prompt "touchinteraction/gestures "
-
-if QT5_EXAMPLES_DECLARATIVE_TOUCHINTERACTION_GESTURES
-
-config QT5_EXAMPLES_DECLARATIVE_TOUCHINTERACTION_GESTURES_EXPERIMENTAL_GESTURES
- bool
- prompt "experimental-gestures"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-endif
-
-menuconfig QT5_EXAMPLES_DECLARATIVE_TOUCHINTERACTION_MOUSEAREA
- bool
- prompt "touchinteraction/mousearea "
-
-if QT5_EXAMPLES_DECLARATIVE_TOUCHINTERACTION_MOUSEAREA
-
-config QT5_EXAMPLES_DECLARATIVE_TOUCHINTERACTION_MOUSEAREA_MOUSEAREA_EXAMPLE
- bool
- prompt "mousearea-example"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-endif
-
-menuconfig QT5_EXAMPLES_DECLARATIVE_TOYS
- bool
- prompt "toys "
-
-if QT5_EXAMPLES_DECLARATIVE_TOYS
-
-config QT5_EXAMPLES_DECLARATIVE_TOYS_CLOCKS
- bool
- prompt "clocks"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_TOYS_CORKBOARDS
- bool
- prompt "corkboards"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_TOYS_DYNAMICSCENE
- bool
- prompt "dynamicscene"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_TOYS_TIC_TAC_TOE
- bool
- prompt "tic-tac-toe"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_TOYS_TVTENNIS
- bool
- prompt "tvtennis"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-endif
-
-menuconfig QT5_EXAMPLES_DECLARATIVE_TUTORIALS_EXTENDING
- bool
- prompt "tutorials/extending "
-
-if QT5_EXAMPLES_DECLARATIVE_TUTORIALS_EXTENDING
-
-config QT5_EXAMPLES_DECLARATIVE_TUTORIALS_EXTENDING_CHAPTER1_BASICS
- bool
- prompt "chapter1-basics"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_GUI
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_TUTORIALS_EXTENDING_CHAPTER2_METHODS
- bool
- prompt "chapter2-methods"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_GUI
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_TUTORIALS_EXTENDING_CHAPTER3_BINDINGS
- bool
- prompt "chapter3-bindings"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_GUI
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_TUTORIALS_EXTENDING_CHAPTER4_CUSTOMPROPERTYTYPES
- bool
- prompt "chapter4-customPropertyTypes"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_GUI
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_TUTORIALS_EXTENDING_CHAPTER5_LISTPROPERTIES
- bool
- prompt "chapter5-listproperties"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_GUI
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-endif
-
-menuconfig QT5_EXAMPLES_DECLARATIVE_UI_COMPONENTS
- bool
- prompt "ui-components "
-
-if QT5_EXAMPLES_DECLARATIVE_UI_COMPONENTS
-
-config QT5_EXAMPLES_DECLARATIVE_UI_COMPONENTS_DIALCONTROL
- bool
- prompt "dialcontrol"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_UI_COMPONENTS_FLIPABLE
- bool
- prompt "flipable"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_UI_COMPONENTS_MAIN
- bool
- prompt "main"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_UI_COMPONENTS_PROGRESSBAR
- bool
- prompt "progressbar"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_UI_COMPONENTS_SCROLLBAR
- bool
- prompt "scrollbar"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_UI_COMPONENTS_SEARCHBOX
- bool
- prompt "searchbox"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_UI_COMPONENTS_SLIDESWITCH
- bool
- prompt "slideswitch"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_UI_COMPONENTS_SPINNER
- bool
- prompt "spinner"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-config QT5_EXAMPLES_DECLARATIVE_UI_COMPONENTS_TABWIDGET
- bool
- prompt "tabwidget"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTQUICK1
-
-endif
-endif
-
menuconfig QT5_EXAMPLES_DESIGNER
bool
prompt "designer "
@@ -1164,7 +559,6 @@ config QT5_EXAMPLES_LOCATION_QML_LOCATION_MAPVIEWER
depends on QT5_MODULE_QTBASE
depends on QT5_MODULE_QTBASE_GUI
depends on QT5_MODULE_QTDECLARATIVE
- depends on QT5_MODULE_QTDECLARATIVE_QUICK
depends on QT5_MODULE_QTLOCATION
config QT5_EXAMPLES_LOCATION_QML_LOCATION_PLACES
@@ -1173,7 +567,6 @@ config QT5_EXAMPLES_LOCATION_QML_LOCATION_PLACES
depends on QT5_MODULE_QTBASE
depends on QT5_MODULE_QTBASE_GUI
depends on QT5_MODULE_QTDECLARATIVE
- depends on QT5_MODULE_QTDECLARATIVE_QUICK
depends on QT5_MODULE_QTLOCATION
config QT5_EXAMPLES_LOCATION_PLACES_LIST
@@ -1192,6 +585,14 @@ config QT5_EXAMPLES_LOCATION_PLACES_MAP
depends on QT5_MODULE_QTDECLARATIVE_QUICK
depends on QT5_MODULE_QTLOCATION
+config QT5_EXAMPLES_LOCATION_PLANESPOTTER
+ bool
+ prompt "planespotter"
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTDECLARATIVE
+ depends on QT5_MODULE_QTLOCATION
+
endif
menuconfig QT5_EXAMPLES_MULTIMEDIA
@@ -1417,6 +818,7 @@ config QT5_EXAMPLES_NETWORK_FORTUNESERVER
bool
prompt "fortuneserver"
depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
depends on QT5_MODULE_QTBASE_WIDGETS
config QT5_EXAMPLES_NETWORK_GOOGLESUGGEST
@@ -1550,6 +952,12 @@ config QT5_EXAMPLES_OPENGL_HELLOGL2
depends on QT5_MODULE_QTBASE_GUI
depends on QT5_MODULE_QTBASE_WIDGETS
+config QT5_EXAMPLES_OPENGL_HELLOGLES3
+ bool
+ prompt "hellogles3"
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+
config QT5_EXAMPLES_OPENGL_HELLOWINDOW
bool
prompt "hellowindow"
@@ -1755,6 +1163,364 @@ config QT5_EXAMPLES_QPA_WINDOWS
endif
+menuconfig QT5_EXAMPLES_QT3D
+ bool
+ prompt "qt3d "
+
+if QT5_EXAMPLES_QT3D
+
+config QT5_EXAMPLES_QT3D_ANAGLYPH_RENDERING
+ bool
+ prompt "anaglyph-rendering"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTDECLARATIVE
+
+config QT5_EXAMPLES_QT3D_ASSIMP_CPP
+ bool
+ prompt "assimp-cpp"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTBASE_WIDGETS
+
+config QT5_EXAMPLES_QT3D_ASSIMP
+ bool
+ prompt "assimp"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTDECLARATIVE
+
+config QT5_EXAMPLES_QT3D_AUDIO_VISUALIZER_QML
+ bool
+ prompt "audio-visualizer-qml"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTDECLARATIVE
+ depends on QT5_MODULE_QTDECLARATIVE_QUICK
+
+config QT5_EXAMPLES_QT3D_BASICSHAPES_CPP
+ bool
+ prompt "basicshapes-cpp"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTBASE_WIDGETS
+
+config QT5_EXAMPLES_QT3D_BIGMODEL_QML
+ bool
+ prompt "bigmodel-qml"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+
+config QT5_EXAMPLES_QT3D_BIGSCENE_CPP
+ bool
+ prompt "bigscene-cpp"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+
+config QT5_EXAMPLES_QT3D_BIGSCENE_INSTANCED_QML
+ bool
+ prompt "bigscene-instanced-qml"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+
+config QT5_EXAMPLES_QT3D_CLIP_PLANES_QML
+ bool
+ prompt "clip-planes-qml"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+
+config QT5_EXAMPLES_QT3D_CONTROLS
+ bool
+ prompt "controls"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTDECLARATIVE_QUICK
+
+config QT5_EXAMPLES_QT3D_CPP_EXAMPLE
+ bool
+ prompt "cpp_example"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+
+config QT5_EXAMPLES_QT3D_CUSTOM_MESH_CPP
+ bool
+ prompt "custom-mesh-cpp"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+
+config QT5_EXAMPLES_QT3D_CUSTOM_MESH_QML
+ bool
+ prompt "custom-mesh-qml"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+
+config QT5_EXAMPLES_QT3D_CYLINDER_CPP
+ bool
+ prompt "cylinder-cpp"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+
+config QT5_EXAMPLES_QT3D_CYLINDER_QML
+ bool
+ prompt "cylinder-qml"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+
+config QT5_EXAMPLES_QT3D_DEFERRED_RENDERER_CPP
+ bool
+ prompt "deferred-renderer-cpp"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+
+config QT5_EXAMPLES_QT3D_DEFERRED_RENDERER_QML
+ bool
+ prompt "deferred-renderer-qml"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+
+config QT5_EXAMPLES_QT3D_DYNAMICSCENE_CPP
+ bool
+ prompt "dynamicscene-cpp"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+
+config QT5_EXAMPLES_QT3D_ENABLED_QML
+ bool
+ prompt "enabled-qml"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+
+config QT5_EXAMPLES_QT3D_GLTF
+ bool
+ prompt "gltf"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+
+config QT5_EXAMPLES_QT3D_GOOCH_QML
+ bool
+ prompt "gooch-qml"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTDECLARATIVE
+
+config QT5_EXAMPLES_QT3D_INSTANCED_ARRAYS_QML
+ bool
+ prompt "instanced-arrays-qml"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTDECLARATIVE
+
+config QT5_EXAMPLES_QT3D_KEYBOARDINPUT_QML
+ bool
+ prompt "keyboardinput-qml"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+
+config QT5_EXAMPLES_QT3D_LIGHTS
+ bool
+ prompt "lights"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+
+config QT5_EXAMPLES_QT3D_LOADER_QML
+ bool
+ prompt "loader-qml"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+
+config QT5_EXAMPLES_QT3D_MATERIALS_CPP
+ bool
+ prompt "materials-cpp"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+
+config QT5_EXAMPLES_QT3D_MATERIALS
+ bool
+ prompt "materials"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTDECLARATIVE
+
+config QT5_EXAMPLES_QT3D_MOUSEINPUT_QML
+ bool
+ prompt "mouseinput-qml"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+
+config QT5_EXAMPLES_QT3D_MULTIVIEWPORT
+ bool
+ prompt "multiviewport"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+
+config QT5_EXAMPLES_QT3D_PICKING_QML
+ bool
+ prompt "picking-qml"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTDECLARATIVE
+
+config QT5_EXAMPLES_QT3D_PLANETS_QML
+ bool
+ prompt "planets-qml"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTDECLARATIVE_QUICK
+
+config QT5_EXAMPLES_QT3D_PLASMA
+ bool
+ prompt "plasma"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTDECLARATIVE
+
+config QT5_EXAMPLES_QT3D_PLAYGROUND_QML
+ bool
+ prompt "playground-qml"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+
+config QT5_EXAMPLES_QT3D_SCENE3D_LOADER
+ bool
+ prompt "scene3d-loader"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTDECLARATIVE_QUICK
+
+config QT5_EXAMPLES_QT3D_SCENE3D
+ bool
+ prompt "scene3d"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTDECLARATIVE_QUICK
+
+config QT5_EXAMPLES_QT3D_SHADOW_MAP_QML
+ bool
+ prompt "shadow-map-qml"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTDECLARATIVE
+
+config QT5_EXAMPLES_QT3D_SIMPLE_CPP
+ bool
+ prompt "simple-cpp"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+
+config QT5_EXAMPLES_QT3D_SIMPLE_QML
+ bool
+ prompt "simple-qml"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+
+config QT5_EXAMPLES_QT3D_SIMPLE_SHADERS_QML
+ bool
+ prompt "simple-shaders-qml"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+
+config QT5_EXAMPLES_QT3D_SKYBOX
+ bool
+ prompt "skybox"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+
+config QT5_EXAMPLES_QT3D_TESSELLATION_MODES
+ bool
+ prompt "tessellation-modes"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTDECLARATIVE
+
+config QT5_EXAMPLES_QT3D_TORUS_QML
+ bool
+ prompt "torus-qml"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+
+config QT5_EXAMPLES_QT3D_TRANSFORMS_QML
+ bool
+ prompt "transforms-qml"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTDECLARATIVE
+
+config QT5_EXAMPLES_QT3D_TRANSPARENCY_QML_SCENE3D
+ bool
+ prompt "transparency-qml-scene3d"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTDECLARATIVE
+
+config QT5_EXAMPLES_QT3D_TRANSPARENCY_QML
+ bool
+ prompt "transparency-qml"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+
+config QT5_EXAMPLES_QT3D_WAVE
+ bool
+ prompt "wave"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTDECLARATIVE
+
+config QT5_EXAMPLES_QT3D_WIREFRAME
+ bool
+ prompt "wireframe"
+ depends on QT5_MODULE_QT3D
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTDECLARATIVE
+
+endif
+
menuconfig QT5_EXAMPLES_QTCONCURRENT
bool
prompt "qtconcurrent "
@@ -1804,12 +1570,14 @@ config QT5_EXAMPLES_QTESTLIB_TUTORIAL1
bool
prompt "tutorial1"
depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
depends on QT5_MODULE_QTBASE_WIDGETS
config QT5_EXAMPLES_QTESTLIB_TUTORIAL2
bool
prompt "tutorial2"
depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
depends on QT5_MODULE_QTBASE_WIDGETS
config QT5_EXAMPLES_QTESTLIB_TUTORIAL3
@@ -1830,10 +1598,60 @@ config QT5_EXAMPLES_QTESTLIB_TUTORIAL5
bool
prompt "tutorial5"
depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
depends on QT5_MODULE_QTBASE_WIDGETS
endif
+menuconfig QT5_EXAMPLES_QTLABSCONTROLS
+ bool
+ prompt "qtlabscontrols "
+
+if QT5_EXAMPLES_QTLABSCONTROLS
+
+config QT5_EXAMPLES_QTLABSCONTROLS_GALLERY
+ bool
+ prompt "gallery"
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTDECLARATIVE
+ depends on QT5_MODULE_QTQUICKCONTROLS2
+
+endif
+
+menuconfig QT5_EXAMPLES_QTPOSITIONING
+ bool
+ prompt "qtpositioning "
+
+if QT5_EXAMPLES_QTPOSITIONING
+
+config QT5_EXAMPLES_QTPOSITIONING_SATELLITEINFO
+ bool
+ prompt "satelliteinfo"
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTDECLARATIVE
+ depends on QT5_MODULE_QTDECLARATIVE_QUICK
+ depends on QT5_MODULE_QTLOCATION
+
+endif
+
+menuconfig QT5_EXAMPLES_QTSENSORS
+ bool
+ prompt "qtsensors "
+
+if QT5_EXAMPLES_QTSENSORS
+
+config QT5_EXAMPLES_QTSENSORS_SHAKEIT
+ bool
+ prompt "shakeit"
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTDECLARATIVE_QUICK
+ depends on QT5_MODULE_QTSENSORS
+
+endif
+
menuconfig QT5_EXAMPLES_QUICK
bool
prompt "quick "
@@ -2066,6 +1884,7 @@ config QT5_EXAMPLES_QUICK_DEMOS_PHOTOSURFACE
bool
prompt "photosurface"
depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
depends on QT5_MODULE_QTBASE_WIDGETS
depends on QT5_MODULE_QTDECLARATIVE
depends on QT5_MODULE_QTDECLARATIVE_QUICK
@@ -2109,6 +1928,22 @@ config QT5_EXAMPLES_QUICK_DEMOS_TWEETSEARCH
endif
+menuconfig QT5_EXAMPLES_QUICK_DIALOGS
+ bool
+ prompt "dialogs "
+
+if QT5_EXAMPLES_QUICK_DIALOGS
+
+config QT5_EXAMPLES_QUICK_DIALOGS_SYSTEMDIALOGS
+ bool
+ prompt "systemdialogs"
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTBASE_WIDGETS
+ depends on QT5_MODULE_QTDECLARATIVE
+
+endif
+
menuconfig QT5_EXAMPLES_QUICK_LOCALSTORAGE
bool
prompt "localstorage "
@@ -2370,6 +2205,56 @@ config QT5_EXAMPLES_SCRIPT_QSTETRIX
endif
+menuconfig QT5_EXAMPLES_SENSORS
+ bool
+ prompt "sensors "
+
+if QT5_EXAMPLES_SENSORS
+
+config QT5_EXAMPLES_SENSORS_ACCELBUBBLE
+ bool
+ prompt "accelbubble"
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTDECLARATIVE
+ depends on QT5_MODULE_QTSENSORS
+
+config QT5_EXAMPLES_SENSORS_MAZE
+ bool
+ prompt "maze"
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTDECLARATIVE_QUICK
+ depends on QT5_MODULE_QTSENSORS
+
+config QT5_EXAMPLES_SENSORS_QMLQTSENSORS
+ bool
+ prompt "qmlqtsensors"
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTDECLARATIVE_QUICK
+ depends on QT5_MODULE_QTSENSORS
+
+config QT5_EXAMPLES_SENSORS_QMLSENSORGESTURES
+ bool
+ prompt "qmlsensorgestures"
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTDECLARATIVE_QUICK
+ depends on QT5_MODULE_QTSENSORS
+
+config QT5_EXAMPLES_SENSORS_SENSOR_EXPLORER
+ bool
+ prompt "sensor_explorer"
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTBASE_WIDGETS
+ depends on QT5_MODULE_QTDECLARATIVE
+ depends on QT5_MODULE_QTDECLARATIVE_QUICK
+ depends on QT5_MODULE_QTSENSORS
+
+endif
+
menuconfig QT5_EXAMPLES_SQL
bool
prompt "sql "
@@ -2667,172 +2552,34 @@ menuconfig QT5_EXAMPLES_WEBENGINEWIDGETS
if QT5_EXAMPLES_WEBENGINEWIDGETS
-config QT5_EXAMPLES_WEBENGINEWIDGETS_BROWSER
+config QT5_EXAMPLES_WEBENGINEWIDGETS_CONTENTMANIPULATION
bool
- prompt "browser"
+ prompt "contentmanipulation"
depends on QT5_MODULE_QTBASE
depends on QT5_MODULE_QTBASE_GUI
depends on QT5_MODULE_QTBASE_WIDGETS
depends on QT5_MODULE_QTWEBENGINE
-config QT5_EXAMPLES_WEBENGINEWIDGETS_FANCYBROWSER
+config QT5_EXAMPLES_WEBENGINEWIDGETS_COOKIEBROWSER
bool
- prompt "fancybrowser"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_GUI
- depends on QT5_MODULE_QTBASE_WIDGETS
+ prompt "cookiebrowser"
depends on QT5_MODULE_QTWEBENGINE
-endif
-endif
-
-menuconfig QT5_EXAMPLES_WEBKITQML
- bool
- prompt "webkitqml "
- depends on QT5_GUI
- select QT5_MODULE_QTWEBKIT_EXAMPLES
-
-if QT5_EXAMPLES_WEBKITQML
-
-config QT5_EXAMPLES_WEBKITQML_FLICKRVIEW
- bool
- prompt "flickrview"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_GUI
- depends on QT5_MODULE_QTDECLARATIVE_QUICK
- depends on QT5_MODULE_QTWEBKIT_EXAMPLES
-
-config QT5_EXAMPLES_WEBKITQML_YOUTUBEVIEW
- bool
- prompt "youtubeview"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_GUI
- depends on QT5_MODULE_QTDECLARATIVE_QUICK
- depends on QT5_MODULE_QTWEBKIT_EXAMPLES
-
-endif
-
-menuconfig QT5_EXAMPLES_WEBKITWIDGETS
- bool
- prompt "webkitwidgets "
- depends on QT5_GUI
- select QT5_MODULE_QTWEBKIT_EXAMPLES
-
-if QT5_EXAMPLES_WEBKITWIDGETS
-
-config QT5_EXAMPLES_WEBKITWIDGETS_BROWSER
- bool
- prompt "browser"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_GUI
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTWEBKIT_EXAMPLES
-
-config QT5_EXAMPLES_WEBKITWIDGETS_DOMTRAVERSAL
- bool
- prompt "domtraversal"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTWEBKIT_EXAMPLES
-
-config QT5_EXAMPLES_WEBKITWIDGETS_FANCYBROWSER
- bool
- prompt "fancybrowser"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_GUI
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTWEBKIT_EXAMPLES
-
-config QT5_EXAMPLES_WEBKITWIDGETS_FORMEXTRACTOR
- bool
- prompt "formextractor"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTWEBKIT_EXAMPLES
-
-config QT5_EXAMPLES_WEBKITWIDGETS_FRAMECAPTURE
- bool
- prompt "framecapture"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_GUI
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTWEBKIT_EXAMPLES
-
-config QT5_EXAMPLES_WEBKITWIDGETS_IMAGEANALYZER
- bool
- prompt "imageanalyzer"
- depends on QT5_MODULE_QTWEBKIT_EXAMPLES
-
-config QT5_EXAMPLES_WEBKITWIDGETS_PREVIEWER
- bool
- prompt "previewer"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_GUI
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTWEBKIT_EXAMPLES
-
-config QT5_EXAMPLES_WEBKITWIDGETS_SIMPLESELECTOR
- bool
- prompt "simpleselector"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTWEBKIT_EXAMPLES
-
-
-menuconfig QT5_EXAMPLES_WEBKITWIDGETS_EMBEDDED
- bool
- prompt "embedded "
-
-if QT5_EXAMPLES_WEBKITWIDGETS_EMBEDDED
-
-config QT5_EXAMPLES_WEBKITWIDGETS_EMBEDDED_ANOMALY
+config QT5_EXAMPLES_WEBENGINEWIDGETS_DEMOBROWSER
bool
- prompt "anomaly"
+ prompt "demobrowser"
depends on QT5_MODULE_QTBASE
depends on QT5_MODULE_QTBASE_GUI
depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTWEBKIT_EXAMPLES
-
-endif
-
-menuconfig QT5_EXAMPLES_WEBKITWIDGETS_SCROLLER
- bool
- prompt "scroller "
-
-if QT5_EXAMPLES_WEBKITWIDGETS_SCROLLER
-
-config QT5_EXAMPLES_WEBKITWIDGETS_SCROLLER_PLOT
- bool
- prompt "plot"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_GUI
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTWEBKIT_EXAMPLES
-
-config QT5_EXAMPLES_WEBKITWIDGETS_SCROLLER_WHEEL
- bool
- prompt "wheel"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_GUI
- depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTWEBKIT_EXAMPLES
-
-endif
-
-menuconfig QT5_EXAMPLES_WEBKITWIDGETS_XMLPATTERNS
- bool
- prompt "xmlpatterns "
-
-if QT5_EXAMPLES_WEBKITWIDGETS_XMLPATTERNS
+ depends on QT5_MODULE_QTWEBENGINE
-config QT5_EXAMPLES_WEBKITWIDGETS_XMLPATTERNS_QOBJECTXMLMODEL
+config QT5_EXAMPLES_WEBENGINEWIDGETS_MARKDOWNEDITOR
bool
- prompt "qobjectxmlmodel"
+ prompt "markdowneditor"
depends on QT5_MODULE_QTBASE
depends on QT5_MODULE_QTBASE_GUI
depends on QT5_MODULE_QTBASE_WIDGETS
- depends on QT5_MODULE_QTWEBKIT_EXAMPLES
- depends on QT5_MODULE_QTXMLPATTERNS
+ depends on QT5_MODULE_QTWEBENGINE
endif
endif
@@ -2880,6 +2627,22 @@ config QT5_EXAMPLES_WEBSOCKETS_SSLECHOSERVER
endif
+menuconfig QT5_EXAMPLES_WEBVIEW
+ bool
+ prompt "webview "
+
+if QT5_EXAMPLES_WEBVIEW
+
+config QT5_EXAMPLES_WEBVIEW_MINIBROWSER
+ bool
+ prompt "minibrowser"
+ depends on QT5_MODULE_QTBASE
+ depends on QT5_MODULE_QTBASE_GUI
+ depends on QT5_MODULE_QTDECLARATIVE
+ depends on QT5_MODULE_QTWEBVIEW
+
+endif
+
menuconfig QT5_EXAMPLES_WIDGETS
bool
prompt "widgets "
@@ -3442,13 +3205,6 @@ config QT5_EXAMPLES_WIDGETS_MAINWINDOWS_MENUS
depends on QT5_MODULE_QTBASE_GUI
depends on QT5_MODULE_QTBASE_WIDGETS
-config QT5_EXAMPLES_WIDGETS_MAINWINDOWS_RECENTFILES
- bool
- prompt "recentfiles"
- depends on QT5_MODULE_QTBASE
- depends on QT5_MODULE_QTBASE_GUI
- depends on QT5_MODULE_QTBASE_WIDGETS
-
config QT5_EXAMPLES_WIDGETS_MAINWINDOWS_SDI
bool
prompt "sdi"
diff --git a/rules/qt5examples.make b/rules/qt5examples.make
index bd9573c35..39b1a4a19 100644
--- a/rules/qt5examples.make
+++ b/rules/qt5examples.make
@@ -7,13 +7,13 @@ PTXCONF_QT5_MODULE_QTCONNECTIVITY :=
PTXCONF_QT5_MODULE_QTQUICK1 :=
PTXCONF_QT5_MODULE_QTSCRIPT :=
PTXCONF_QT5_MODULE_QTWEBENGINE :=
-PTXCONF_QT5_MODULE_QTWEBKIT :=
-PTXCONF_QT5_MODULE_QTWEBKIT_EXAMPLES :=
+PTXCONF_QT5_MODULE_QTWEBVIEW :=
endif
# QtWebEngine needs at least ARMv6
ifdef PTXCONF_ARCH_ARM
ifndef PTXCONF_ARCH_ARM_V6
PTXCONF_QT5_MODULE_QTWEBENGINE :=
+PTXCONF_QT5_MODULE_QTWEBVIEW :=
endif
endif
@@ -209,1910 +209,406 @@ ifdef PTXCONF_QT5_EXAMPLES_BLUETOOTH_QML_SCANNER
/usr/lib/qt5/examples/bluetooth/scanner/scanner.qml)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
-ifdef PTXCONF_QT5_EXAMPLES_CORELIB_IPC_LOCALFORTUNECLIENT
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/corelib/ipc/localfortuneclient/localfortuneclient)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
-ifdef PTXCONF_QT5_EXAMPLES_CORELIB_IPC_LOCALFORTUNESERVER
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/corelib/ipc/localfortuneserver/localfortuneserver)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
-ifdef PTXCONF_QT5_EXAMPLES_CORELIB_IPC_SHAREDMEMORY
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/corelib/ipc/sharedmemory/image.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/corelib/ipc/sharedmemory/qt.png)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/corelib/ipc/sharedmemory/sharedmemory)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
-ifdef PTXCONF_QT5_EXAMPLES_CORELIB_JSON_SAVEGAME
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTCANVAS3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_CANVAS3D_CELLPHONE
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/corelib/json/savegame/savegame)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
-ifdef PTXCONF_QT5_EXAMPLES_CORELIB_THREADS_MANDELBROT
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/corelib/threads/mandelbrot/mandelbrot)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
-ifdef PTXCONF_QT5_EXAMPLES_CORELIB_THREADS_SEMAPHORES
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/corelib/threads/semaphores/semaphores)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
-ifdef PTXCONF_QT5_EXAMPLES_CORELIB_THREADS_WAITCONDITIONS
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/corelib/threads/waitconditions/waitconditions)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
-ifdef PTXCONF_QT5_EXAMPLES_CORELIB_TOOLS_CONTIGUOUSCACHE
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/corelib/tools/contiguouscache/contiguouscache)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
-ifdef PTXCONF_QT5_EXAMPLES_CORELIB_TOOLS_CUSTOMTYPE
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
-ifdef PTXCONF_QT5_EXAMPLES_CORELIB_TOOLS_CUSTOMTYPESENDING
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
-ifdef PTXCONF_QT5_EXAMPLES_DBUS_CHAT
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/dbus/chat/chat)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/dbus/chat/org.example.chat.xml)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
-ifdef PTXCONF_QT5_EXAMPLES_DBUS_COMPLEXPING
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/dbus/complexpingpong/complexping)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/dbus/complexpingpong/complexpong)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
-ifdef PTXCONF_QT5_EXAMPLES_DBUS_COMPLEXPONG
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/dbus/complexpingpong/complexping)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/dbus/complexpingpong/complexpong)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
-ifdef PTXCONF_QT5_EXAMPLES_DBUS_LISTNAMES
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/dbus/listnames/listnames)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
-ifdef PTXCONF_QT5_EXAMPLES_DBUS_PING
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/dbus/pingpong/ping)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/dbus/pingpong/pong)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
-ifdef PTXCONF_QT5_EXAMPLES_DBUS_PONG
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/dbus/pingpong/ping)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/dbus/pingpong/pong)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
-ifdef PTXCONF_QT5_EXAMPLES_DBUS_REMOTECONTROLLEDCAR_CAR
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/dbus/remotecontrolledcar/car/car)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/dbus/remotecontrolledcar/car/car.xml)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
-ifdef PTXCONF_QT5_EXAMPLES_DBUS_REMOTECONTROLLEDCAR_CONTROLLER
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/dbus/remotecontrolledcar/controller/car.xml)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/dbus/remotecontrolledcar/controller/controller)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_FLICKR
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/flickr/flickr)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/flickr/flickr.desktop)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/flickr/flickr.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/flickr/flickr64.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/flickr/flickr80.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/flickr/flickr_harmattan.desktop)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/flickr/qml/flickr/common/Progress.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/flickr/qml/flickr/common/RssModel.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/flickr/qml/flickr/common/ScrollBar.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/flickr/qml/flickr/common/Slider.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/flickr/qml/flickr/common/qmldir)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/flickr/qml/flickr/flickr-90.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/flickr/qml/flickr/flickr.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/flickr/qml/flickr/mobile/Button.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/flickr/qml/flickr/mobile/GridDelegate.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/flickr/qml/flickr/mobile/ImageDetails.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/flickr/qml/flickr/mobile/ListDelegate.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/flickr/qml/flickr/mobile/TitleBar.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/flickr/qml/flickr/mobile/ToolBar.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/flickr/qml/flickr/mobile/images/gloss.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/flickr/qml/flickr/mobile/images/lineedit.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/flickr/qml/flickr/mobile/images/lineedit.sci)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/flickr/qml/flickr/mobile/images/quit.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/flickr/qml/flickr/mobile/images/stripes.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/flickr/qml/flickr/mobile/images/titlebar.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/flickr/qml/flickr/mobile/images/titlebar.sci)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/flickr/qml/flickr/mobile/images/toolbutton.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/flickr/qml/flickr/mobile/images/toolbutton.sci)
+ /usr/lib/qt5/examples/canvas3d/cellphone/cellphone)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_I18N
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTCANVAS3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_CANVAS3D_FRAMEBUFFER
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/i18n/i18n)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/i18n/i18n.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/i18n/i18n.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/i18n/qml/i18n/base.ts)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/i18n/qml/i18n/i18n.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/i18n/qml/i18n/qml_en_AU.ts)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/i18n/qml/i18n/qml_fr.ts)
+ /usr/lib/qt5/examples/canvas3d/framebuffer/framebuffer)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_POSITIONERS
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTCANVAS3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_CANVAS3D_INTERACTION
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/positioners/positioners)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/positioners/positioners.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/positioners/positioners.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/positioners/qml/positioners/Button.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/positioners/qml/positioners/add.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/positioners/qml/positioners/del.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/positioners/qml/positioners/positioners.qml)
+ /usr/lib/qt5/examples/canvas3d/interaction/interaction)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_SHADEREFFECTS
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/Curtain.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/CurtainEffect.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/DropShadow.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/DropShadowEffect.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/Grayscale.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/GrayscaleEffect.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/ImageMask.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/ImageMaskEffect.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/RadialWave.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/RadialWaveEffect.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/Water.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/WaterEffect.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/images/Curtain.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/images/DropShadow.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/images/Grayscale.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/images/ImageMask.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/images/RadialWave.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/images/Water.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/images/back.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/images/bg.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/images/desaturate.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/images/drop_shadow.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/images/fabric.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/images/flower.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/images/image1.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/images/image2.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/images/qt-logo.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/images/shader_effects.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/images/sky.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/images/toolbar.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/images/wave.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/qml/shadereffects/main.qml)
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTCANVAS3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_CANVAS3D_JSONMODELS
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/shadereffects/shadereffects)
+ /usr/lib/qt5/examples/canvas3d/jsonmodels/jsonmodels)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_SQLLOCALSTORAGE
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/sqllocalstorage/qml/sqllocalstorage/hello.qml)
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTCANVAS3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_CANVAS3D_ONEQT
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/sqllocalstorage/sqllocalstorage)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/sqllocalstorage/sqllocalstorage.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/sqllocalstorage/sqllocalstorage64.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/sqllocalstorage/sqllocalstorage80.png)
+ /usr/lib/qt5/examples/canvas3d/oneqt/oneqt)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_ANIMATION_EASING
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTCANVAS3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_CANVAS3D_PLANETS
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/animation/easing/easing)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/easing/easing.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/easing/easing.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/easing/easing.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/easing/qml/easing/content/QuitButton.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/easing/qml/easing/content/quit.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/easing/qml/easing/easing.qml)
+ /usr/lib/qt5/examples/canvas3d/planets/planets)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_ANIMATION_STATES
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/states/qml/states/qt-logo.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/states/qml/states/states.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/states/qml/states/transitions.qml)
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTCANVAS3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_CANVAS3D_QUICKITEMTEXTURE
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/animation/states/states)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/states/states.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/states/states.svg)
+ /usr/lib/qt5/examples/canvas3d/quickitemtexture/quickitemtexture)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_ANIMATION_BASICS_COLOR_ANIMATION
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTCANVAS3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_CANVAS3D_TEXTUREANDLIGHT
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/animation/basics/color-animation/color-animation)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/basics/color-animation/color-animation.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/basics/color-animation/color-animation.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/basics/color-animation/qml/color-animation/color-animation.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/basics/color-animation/qml/color-animation/images/face-smile.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/basics/color-animation/qml/color-animation/images/moon.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/basics/color-animation/qml/color-animation/images/shadow.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/basics/color-animation/qml/color-animation/images/star.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/basics/color-animation/qml/color-animation/images/sun.png)
+ /usr/lib/qt5/examples/canvas3d/textureandlight/textureandlight)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_ANIMATION_BASICS_PROPERTY_ANIMATION
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/animation/basics/property-animation/property-animation)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/basics/property-animation/property-animation.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/basics/property-animation/property-animation.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/basics/property-animation/qml/property-animation/images/face-smile.png)
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTCANVAS3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_CANVAS3D_CANVAS3D_FRAMEBUFFER
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/basics/property-animation/qml/property-animation/images/moon.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/framebuffer/qml/framebuffer/framebuffer.js)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/basics/property-animation/qml/property-animation/images/shadow.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/framebuffer/qml/framebuffer/main.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/basics/property-animation/qml/property-animation/images/star.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/basics/property-animation/qml/property-animation/images/sun.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/basics/property-animation/qml/property-animation/property-animation.qml)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/framebuffer/qml/framebuffer/qtlogo.png)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_ANIMATION_BEHAVIORS_BEHAVIOR_EXAMPLE
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/animation/behaviors/behavior-example/behavior-example)
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTCANVAS3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_CANVAS3D_CANVAS3D_INTERACTION
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/behaviors/behavior-example/behavior-example.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/interaction/qml/interaction/barrel.jpg)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/behaviors/behavior-example/behavior-example.svg)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/interaction/qml/interaction/barrel.json)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/behaviors/behavior-example/qml/behaviours/SideRect.qml)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/interaction/qml/interaction/interaction.js)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/animation/behaviors/behavior-example/qml/behaviours/behavior-example.qml)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/interaction/qml/interaction/main.qml)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_NETWORKACCESSMANAGERFACTORY
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory)
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTCANVAS3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_CANVAS3D_CANVAS3D_JSONMODELS
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/cppextensions/networkaccessmanagerfactory/qml/networkaccessmanagerfactory/view.qml)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_QGRAPHICSLAYOUTS_QGRAPHICSGRIDLAYOUT
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qgraphicsgridlayout)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/bush.json)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qml/qgraphicsgridlayout/qgraphicsgridlayout.qml)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_QGRAPHICSLAYOUTS_QGRAPHICSLINEARLAYOUT
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qgraphicslinearlayout)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/bush.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qml/qgraphicslinearlayout/qgraphicslinearlayout.qml)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_REFERENCEEXAMPLES_ADDING
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/cppextensions/referenceexamples/adding/adding)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/gold.jpg)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/cppextensions/referenceexamples/adding/example.qml)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_REFERENCEEXAMPLES_ATTACHED
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/cppextensions/referenceexamples/attached/attached)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/gold.json)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/cppextensions/referenceexamples/attached/example.qml)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_REFERENCEEXAMPLES_BINDING
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/cppextensions/referenceexamples/binding/binding)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/jsonmodels.js)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/cppextensions/referenceexamples/binding/example.qml)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_REFERENCEEXAMPLES_COERCION
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/cppextensions/referenceexamples/coercion/coercion)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/jsonmodels.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/cppextensions/referenceexamples/coercion/example.qml)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_REFERENCEEXAMPLES_DEFAULT
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/cppextensions/referenceexamples/default/default)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/cppextensions/referenceexamples/default/example.qml)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_REFERENCEEXAMPLES_EXTENDED
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/cppextensions/referenceexamples/extended/example.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/cppextensions/referenceexamples/extended/extended)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_REFERENCEEXAMPLES_GROUPED
+ /usr/lib/qt5/examples/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/pallet.jpg)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/cppextensions/referenceexamples/grouped/example.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/cppextensions/referenceexamples/grouped/grouped)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_REFERENCEEXAMPLES_METHODS
+ /usr/lib/qt5/examples/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/pallet.json)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/cppextensions/referenceexamples/methods/example.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/cppextensions/referenceexamples/methods/methods)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_REFERENCEEXAMPLES_PROPERTIES
+ /usr/lib/qt5/examples/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/rock.jpg)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/cppextensions/referenceexamples/properties/example.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/cppextensions/referenceexamples/properties/properties)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_REFERENCEEXAMPLES_SIGNAL
+ /usr/lib/qt5/examples/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/rock.json)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/cppextensions/referenceexamples/signal/example.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/cppextensions/referenceexamples/signal/signal)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_CPPEXTENSIONS_REFERENCEEXAMPLES_VALUESOURCE
+ /usr/lib/qt5/examples/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/woodbox.jpg)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/cppextensions/referenceexamples/valuesource/example.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/cppextensions/referenceexamples/valuesource/valuesource)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/woodbox.json)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_DEMOS_CALCULATOR
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/demos/calculator/calculator)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/calculator/calculator.desktop)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/calculator/calculator.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/calculator/calculator64.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/calculator/calculator80.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/calculator/calculator_harmattan.desktop)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/calculator/qml/calculator/CalculatorCore/Button.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/calculator/qml/calculator/CalculatorCore/Display.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/calculator/qml/calculator/CalculatorCore/calculator.js)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/calculator/qml/calculator/CalculatorCore/images/button-.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/calculator/qml/calculator/CalculatorCore/images/button-blue.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/calculator/qml/calculator/CalculatorCore/images/button-green.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/calculator/qml/calculator/CalculatorCore/images/button-purple.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/calculator/qml/calculator/CalculatorCore/images/button-red.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/calculator/qml/calculator/CalculatorCore/images/display.png)
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTCANVAS3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_CANVAS3D_CANVAS3D_QUICKITEMTEXTURE
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/calculator/qml/calculator/CalculatorCore/qmldir)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/quickitemtexture/qml/quickitemtexture/main.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/calculator/qml/calculator/calculator.qml)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/quickitemtexture/qml/quickitemtexture/quickitemtexture.js)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_DEMOS_MINEHUNT
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTCANVAS3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_CANVAS3D_CANVAS3D_TEXTUREANDLIGHT
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/minehunt/README)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/demos/minehunt/minehunt)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/minehunt/qml/minehunt/MinehuntCore/Explosion.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/minehunt/qml/minehunt/MinehuntCore/Tile.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/minehunt/qml/minehunt/MinehuntCore/pics/back.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/minehunt/qml/minehunt/MinehuntCore/pics/background.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/minehunt/qml/minehunt/MinehuntCore/pics/bomb-color.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/minehunt/qml/minehunt/MinehuntCore/pics/bomb.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/minehunt/qml/minehunt/MinehuntCore/pics/face-sad.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/minehunt/qml/minehunt/MinehuntCore/pics/face-smile-big.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/textureandlight/qml/textureandlight/main.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/minehunt/qml/minehunt/MinehuntCore/pics/face-smile.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/textureandlight/qml/textureandlight/qtlogo.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/minehunt/qml/minehunt/MinehuntCore/pics/flag-color.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/minehunt/qml/minehunt/MinehuntCore/pics/flag.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/minehunt/qml/minehunt/MinehuntCore/pics/front.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/minehunt/qml/minehunt/MinehuntCore/pics/quit.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/minehunt/qml/minehunt/MinehuntCore/pics/star.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/minehunt/qml/minehunt/minehunt.qml)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/textureandlight/qml/textureandlight/textureandlight.js)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_DEMOS_PHOTOVIEWER
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/demos/photoviewer/photoviewer)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/photoviewer/photoviewer.desktop)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/photoviewer/photoviewer.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/photoviewer/photoviewer64.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/photoviewer/photoviewer80.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/photoviewer/photoviewer_harmattan.desktop)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/photoviewer/qml/photoviewer/PhotoViewerCore/AlbumDelegate.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/photoviewer/qml/photoviewer/PhotoViewerCore/BusyIndicator.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/photoviewer/qml/photoviewer/PhotoViewerCore/Button.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/photoviewer/qml/photoviewer/PhotoViewerCore/EditableButton.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/photoviewer/qml/photoviewer/PhotoViewerCore/PhotoDelegate.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/photoviewer/qml/photoviewer/PhotoViewerCore/ProgressBar.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/photoviewer/qml/photoviewer/PhotoViewerCore/RssModel.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/photoviewer/qml/photoviewer/PhotoViewerCore/Tag.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/photoviewer/qml/photoviewer/PhotoViewerCore/images/box-shadow.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/photoviewer/qml/photoviewer/PhotoViewerCore/images/busy.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/photoviewer/qml/photoviewer/PhotoViewerCore/images/cardboard.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/photoviewer/qml/photoviewer/PhotoViewerCore/qmldir)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/photoviewer/qml/photoviewer/PhotoViewerCore/script/script.js)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/photoviewer/qml/photoviewer/i18n/base.ts)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/photoviewer/qml/photoviewer/i18n/qml_fr.qm)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/photoviewer/qml/photoviewer/i18n/qml_fr.ts)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/photoviewer/qml/photoviewer/photoviewer.qml)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_DEMOS_RSSNEWS
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/rssnews/qml/rssnews/content/BusyIndicator.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/rssnews/qml/rssnews/content/CategoryDelegate.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/rssnews/qml/rssnews/content/NewsDelegate.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/rssnews/qml/rssnews/content/RssFeeds.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/rssnews/qml/rssnews/content/ScrollBar.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/rssnews/qml/rssnews/content/images/busy.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/rssnews/qml/rssnews/content/images/scrollbar.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/rssnews/qml/rssnews/rssnews.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/demos/rssnews/rssnews)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/rssnews/rssnews.desktop)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/rssnews/rssnews.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/rssnews/rssnews64.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/rssnews/rssnews80.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/rssnews/rssnews_harmattan.desktop)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_DEMOS_SAMEGAME
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/samegame/qml/samegame/SamegameCore/BoomBlock.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/samegame/qml/samegame/SamegameCore/Button.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/samegame/qml/samegame/SamegameCore/Dialog.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/samegame/qml/samegame/SamegameCore/pics/background.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/samegame/qml/samegame/SamegameCore/pics/blueStar.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/samegame/qml/samegame/SamegameCore/pics/blueStone.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/samegame/qml/samegame/SamegameCore/pics/greenStar.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/samegame/qml/samegame/SamegameCore/pics/greenStone.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/samegame/qml/samegame/SamegameCore/pics/redStar.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/samegame/qml/samegame/SamegameCore/pics/redStone.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/samegame/qml/samegame/SamegameCore/pics/star.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/samegame/qml/samegame/SamegameCore/pics/yellowStone.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/samegame/qml/samegame/SamegameCore/qmldir)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/samegame/qml/samegame/SamegameCore/samegame.js)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/samegame/qml/samegame/highscores/README)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/samegame/qml/samegame/highscores/score_data.xml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/samegame/qml/samegame/highscores/score_style.xsl)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/samegame/qml/samegame/highscores/scores.php)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/samegame/qml/samegame/samegame.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/demos/samegame/samegame)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/samegame/samegame.desktop)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/samegame/samegame.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/samegame/samegame64.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/samegame/samegame80.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/samegame/samegame_harmattan.desktop)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_DEMOS_SNAKE
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/qml/snake/content/Button.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/qml/snake/content/Cookie.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/qml/snake/content/HighScoreModel.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/qml/snake/content/Link.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/qml/snake/content/Skull.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/qml/snake/content/pics/README)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/qml/snake/content/pics/background.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/qml/snake/content/pics/blueStar.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/qml/snake/content/pics/blueStone.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/qml/snake/content/pics/cookie.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/qml/snake/content/pics/eyes.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/qml/snake/content/pics/head.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/qml/snake/content/pics/head.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/qml/snake/content/pics/pause.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/qml/snake/content/pics/redStar.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/qml/snake/content/pics/redStone.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/qml/snake/content/pics/skull.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/qml/snake/content/pics/snake.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/qml/snake/content/pics/star.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/qml/snake/content/pics/stoneShadow.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/qml/snake/content/pics/yellowStar.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/qml/snake/content/pics/yellowStone.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/qml/snake/content/snake.js)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/qml/snake/snake.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/snake)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/snake.desktop)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/snake.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/snake64.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/snake80.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/snake/snake_harmattan.desktop)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_DEMOS_TWITTER
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/twitter/qml/twitter/TwitterCore/Button.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/twitter/qml/twitter/TwitterCore/FatDelegate.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/twitter/qml/twitter/TwitterCore/Input.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/twitter/qml/twitter/TwitterCore/Loading.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/twitter/qml/twitter/TwitterCore/MultiTitleBar.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/twitter/qml/twitter/TwitterCore/RssModel.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/twitter/qml/twitter/TwitterCore/SearchView.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/twitter/qml/twitter/TwitterCore/TitleBar.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/twitter/qml/twitter/TwitterCore/ToolBar.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/twitter/qml/twitter/TwitterCore/UserModel.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/twitter/qml/twitter/TwitterCore/images/gloss.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/twitter/qml/twitter/TwitterCore/images/lineedit.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/twitter/qml/twitter/TwitterCore/images/lineedit.sci)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/twitter/qml/twitter/TwitterCore/images/loading.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/twitter/qml/twitter/TwitterCore/images/quit.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/twitter/qml/twitter/TwitterCore/images/stripes.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/twitter/qml/twitter/TwitterCore/images/titlebar.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/twitter/qml/twitter/TwitterCore/images/titlebar.sci)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/twitter/qml/twitter/TwitterCore/images/toolbutton.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/twitter/qml/twitter/TwitterCore/images/toolbutton.sci)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/twitter/qml/twitter/TwitterCore/qmldir)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/twitter/qml/twitter/twitter.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/demos/twitter/twitter)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/twitter/twitter.desktop)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/twitter/twitter.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/twitter/twitter64.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/twitter/twitter80.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/demos/twitter/twitter_harmattan.desktop)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_IMAGEELEMENTS_BORDERIMAGE
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/imageelements/borderimage/borderimage)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/imageelements/borderimage/borderimage.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/imageelements/borderimage/borderimage.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/imageelements/borderimage/qml/borderimage/borderimage.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/imageelements/borderimage/qml/borderimage/content/MyBorderImage.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/imageelements/borderimage/qml/borderimage/content/ShadowRectangle.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/imageelements/borderimage/qml/borderimage/content/bw.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/imageelements/borderimage/qml/borderimage/content/colors-round.sci)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/imageelements/borderimage/qml/borderimage/content/colors-stretch.sci)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/imageelements/borderimage/qml/borderimage/content/colors.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/imageelements/borderimage/qml/borderimage/content/shadow.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/imageelements/borderimage/qml/borderimage/shadows.qml)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_IMAGEELEMENTS_IMAGE
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/imageelements/image/image)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/imageelements/image/image.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/imageelements/image/image.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/imageelements/image/qml/image/ImageCell.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/imageelements/image/qml/image/image.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/imageelements/image/qml/image/qt-logo.png)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_IMAGEELEMENTS_SHADOWS
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/imageelements/shadows/qml/shadows/borderimage.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/imageelements/shadows/qml/shadows/content/MyBorderImage.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/imageelements/shadows/qml/shadows/content/ShadowRectangle.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/imageelements/shadows/qml/shadows/content/bw.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/imageelements/shadows/qml/shadows/content/colors-round.sci)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/imageelements/shadows/qml/shadows/content/colors-stretch.sci)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/imageelements/shadows/qml/shadows/content/colors.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/imageelements/shadows/qml/shadows/content/shadow.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/imageelements/shadows/qml/shadows/shadows.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/imageelements/shadows/shadows)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/imageelements/shadows/shadows.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/imageelements/shadows/shadows.svg)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_KEYINTERACTION_FOCUS
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/keyinteraction/focus/focus)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/keyinteraction/focus/focus.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/keyinteraction/focus/focus.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/ContextMenu.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/GridMenu.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/ListMenu.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/ListViewDelegate.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/images/arrow.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/images/qt-logo.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/keyinteraction/focus/qml/focus/focus.qml)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_MODELVIEWS_ABSTRACTITEMMODEL
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/modelviews/abstractitemmodel/abstractitemmodel)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/abstractitemmodel/qml/abstractitemmodel/view.qml)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_MODELVIEWS_GRIDVIEW
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/modelviews/gridview/gridview)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/gridview/gridview.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/gridview/gridviewexample.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/gridview/qml/gridview-example/gridview-example.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/gridview/qml/gridview-example/pics/AddressBook_48.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/gridview/qml/gridview-example/pics/AudioPlayer_48.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/gridview/qml/gridview-example/pics/Camera_48.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/gridview/qml/gridview-example/pics/DateBook_48.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/gridview/qml/gridview-example/pics/EMail_48.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/gridview/qml/gridview-example/pics/TodoList_48.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/gridview/qml/gridview-example/pics/VideoPlayer_48.png)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_MODELVIEWS_OBJECTLISTMODEL
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/modelviews/objectlistmodel/objectlistmodel)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/objectlistmodel/qml/objectlistmodel/view.qml)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_MODELVIEWS_PACKAGE
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/modelviews/package/package)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/package/qml/package/Delegate.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/package/qml/package/view.qml)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_MODELVIEWS_PARALLAX
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/modelviews/parallax/parallax)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/parallax/parallax.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/parallax/parallax64.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/parallax/parallax80.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/parallax/qml/parallax/Clock.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/parallax/qml/parallax/ParallaxView.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/parallax/qml/parallax/Smiley.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/parallax/qml/parallax/parallax.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/parallax/qml/parallax/pics/background.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/parallax/qml/parallax/pics/face-smile.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/parallax/qml/parallax/pics/home-page.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/parallax/qml/parallax/pics/shadow.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/parallax/qml/parallax/pics/yast-joystick.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/parallax/qml/parallax/pics/yast-wol.png)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_MODELVIEWS_PATHVIEW
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/modelviews/pathview/pathview)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/pathview/pathview.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/pathview/pathview.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/pathview/qml/pathview-example/pathview-example.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/pathview/qml/pathview-example/pics/AddressBook_48.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/pathview/qml/pathview-example/pics/AudioPlayer_48.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/pathview/qml/pathview-example/pics/Camera_48.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/pathview/qml/pathview-example/pics/DateBook_48.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/pathview/qml/pathview-example/pics/EMail_48.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/pathview/qml/pathview-example/pics/TodoList_48.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/pathview/qml/pathview-example/pics/VideoPlayer_48.png)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_MODELVIEWS_STRINGLISTMODEL
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/stringlistmodel/qml/stringlistmodel/view.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/modelviews/stringlistmodel/stringlistmodel)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_MODELVIEWS_VISUALITEMMODEL
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/visualitemmodel/qml/visualitemmodel/visualitemmodel.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/modelviews/visualitemmodel/visualitemmodel)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/visualitemmodel/visualitemmodel.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/visualitemmodel/visualitemmodel.svg)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_MODELVIEWS_LISTVIEW_DYNAMICLIST
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/dynamiclist/dynamiclist)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/dynamiclist/dynamiclist.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/dynamiclist/dynamiclist.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/PetsModel.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/PressAndHoldButton.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/RecipesModel.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/TextButton.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/arrow-down.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/arrow-up.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/fruit-salad.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/hamburger.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/lemonade.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/list-delete.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/minus-sign.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/moreDown.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/moreUp.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/pancakes.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/plus-sign.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/vegetable-soup.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/dynamiclist.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/expandingdelegates.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/highlight.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/highlightranges.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/sections.qml)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_MODELVIEWS_LISTVIEW_EXPANDINGDELEGATES
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/expandingdelegates/expandingdelegates)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/expandingdelegates/expandingdelegates.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/expandingdelegates/expandingdelegates.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/PetsModel.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/PressAndHoldButton.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/RecipesModel.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/TextButton.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/arrow-down.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/arrow-up.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/fruit-salad.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/hamburger.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/lemonade.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/list-delete.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/minus-sign.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/moreDown.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/moreUp.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/pancakes.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/plus-sign.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/vegetable-soup.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/dynamiclist.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/expandingdelegates.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/highlight.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/highlightranges.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/sections.qml)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_MODELVIEWS_LISTVIEW_HIGHLIGHT
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlight/highlight)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlight/highlight.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlight/highlight.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlight/qml/highlight/content/PetsModel.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlight/qml/highlight/content/PressAndHoldButton.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlight/qml/highlight/content/RecipesModel.qml)
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTCANVAS3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_CANVAS3D_CANVAS3D_THREEJS_CELLPHONE
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlight/qml/highlight/content/TextButton.qml)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/cellphone/images/calendar.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/arrow-down.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/cellphone/images/camera.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/arrow-up.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/cellphone/images/clock.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/fruit-salad.jpg)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/cellphone/images/contacts.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/hamburger.jpg)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/cellphone/images/gallery.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/lemonade.jpg)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/cellphone/images/games.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/list-delete.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/cellphone/images/lock.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/minus-sign.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/cellphone/images/mail.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/moreDown.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/cellphone/images/maps.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/moreUp.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/cellphone/images/menu_background.jpg)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/pancakes.jpg)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/cellphone/images/music.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/plus-sign.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/cellphone/images/plutomap1k.jpg)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/vegetable-soup.jpg)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/cellphone/images/qtlogo_with_alpha.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlight/qml/highlight/dynamiclist.qml)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/cellphone/images/settings.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlight/qml/highlight/expandingdelegates.qml)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/cellphone/images/todo.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlight/qml/highlight/highlight.qml)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/cellphone/images/videos.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlight/qml/highlight/highlightranges.qml)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/cellphone/qml/cellphone/cellphone.js)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlight/qml/highlight/sections.qml)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_MODELVIEWS_LISTVIEW_HIGHLIGHTRANGES
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlightranges/highlightranges)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlightranges/highlightranges.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlightranges/highlightranges.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/PetsModel.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/PressAndHoldButton.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/RecipesModel.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/TextButton.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/arrow-down.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/arrow-up.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/fruit-salad.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/hamburger.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/lemonade.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/list-delete.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/minus-sign.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/moreDown.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/moreUp.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/pancakes.jpg)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/cellphone/qml/cellphone/cellphone_case.json)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/plus-sign.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/cellphone/qml/cellphone/cellphone_front.json)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/vegetable-soup.jpg)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/cellphone/qml/cellphone/cellphone_icon.json)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/dynamiclist.qml)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/cellphone/qml/cellphone/cellphoneapp.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/expandingdelegates.qml)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/cellphone/qml/cellphone/cellphonecanvas.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/highlight.qml)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/cellphone/qml/cellphone/colorselector.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/highlightranges.qml)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/cellphone/qml/cellphone/fpsdisplay.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/sections.qml)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/cellphone/qml/cellphone/main.qml)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_MODELVIEWS_LISTVIEW_SECTIONS
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTCANVAS3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_CANVAS3D_CANVAS3D_THREEJS_ONEQT
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/sections/qml/sections/content/PetsModel.qml)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/oneqt/ImageCube.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/sections/qml/sections/content/PressAndHoldButton.qml)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/oneqt/InfoSheet.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/sections/qml/sections/content/RecipesModel.qml)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/oneqt/Navibutton.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/sections/qml/sections/content/TextButton.qml)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/oneqt/SwipeArea.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/arrow-down.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/oneqt/imagecube.js)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/arrow-up.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/oneqt/oneqt.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/fruit-salad.jpg)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/oneqt/textures/dataviz.jpg)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/hamburger.jpg)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/oneqt/textures/devices.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/lemonade.jpg)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/oneqt/textures/embedded.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/list-delete.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/oneqt/textures/iot.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/minus-sign.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/oneqt/textures/multiscreen.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/moreDown.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/oneqt/textures/puzzle-pieces.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/moreUp.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/oneqt/textures/qtlogo.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/pancakes.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/plus-sign.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/vegetable-soup.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/sections/qml/sections/dynamiclist.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/sections/qml/sections/expandingdelegates.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/sections/qml/sections/highlight.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/sections/qml/sections/highlightranges.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/sections/qml/sections/sections.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/sections/sections)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/sections/sections.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/modelviews/listview/sections/sections.svg)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/oneqt/textures/qtlogosmall.png)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_RIGHTTOLEFT_LAYOUTDIRECTION
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/righttoleft/layoutdirection/layoutdirection)
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTCANVAS3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_CANVAS3D_CANVAS3D_THREEJS_PLANETS
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/righttoleft/layoutdirection/layoutdirection.svg)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/FpsDisplay.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/righttoleft/layoutdirection/layoutdirection64.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/InfoSheet.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/righttoleft/layoutdirection/layoutdirection80.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/PlanetButton.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/righttoleft/layoutdirection/qml/layoutdirection/layoutdirection.qml)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_RIGHTTOLEFT_LAYOUTMIRRORING
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/righttoleft/layoutmirroring/layoutmirroring)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/StyledSlider.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/righttoleft/layoutmirroring/layoutmirroring.svg)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/earth.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/righttoleft/layoutmirroring/layoutmirroring64.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/earthbump1k.jpg)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/righttoleft/layoutmirroring/layoutmirroring80.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/earthcloudmapcolortrans.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/righttoleft/layoutmirroring/qml/layoutmirroring/layoutmirroring.qml)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_RIGHTTOLEFT_TEXTALIGNMENT
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/earthmap1k.jpg)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/righttoleft/textalignment/qml/textalignment/textalignment.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/righttoleft/textalignment/textalignment)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/earthspec1k.jpg)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/righttoleft/textalignment/textalignment.svg)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/galaxy_starfield.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/righttoleft/textalignment/textalignment64.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/jupiter.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/righttoleft/textalignment/textalignment80.png)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_TEXT_TEXTSELECTION
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/jupitermap.jpg)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/textselection/qml/textselection/pics/endHandle.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/mars.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/textselection/qml/textselection/pics/endHandle.sci)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/marsbump1k.jpg)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/textselection/qml/textselection/pics/startHandle.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/marsmap1k.jpg)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/textselection/qml/textselection/pics/startHandle.sci)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/mercury.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/textselection/qml/textselection/textselection.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/text/textselection/textselection)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/mercurybump.jpg)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/textselection/textselection.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/mercurymap.jpg)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/textselection/textselection.svg)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_TEXT_FONTS_AVAILABLEFONTS
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/availableFonts/availableFonts)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/moonbump1k.jpg)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/availableFonts/availableFonts.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/moonmap1k.jpg)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/availableFonts/availableFonts.svg)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/neptune.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/availableFonts/qml/availableFonts/availableFonts.qml)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/neptunemap.jpg)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/availableFonts/qml/availableFonts/banner.qml)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/plutobump1k.jpg)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/availableFonts/qml/availableFonts/fonts.qml)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/plutomap1k.jpg)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/availableFonts/qml/availableFonts/fonts/tarzeau_ocr_a.ttf)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/saturn.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/availableFonts/qml/availableFonts/hello.qml)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_TEXT_FONTS_BANNER
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/banner/banner)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/saturnmap.jpg)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/banner/banner.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/saturnringcolortrans.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/banner/banner.svg)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/sun.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/banner/qml/banner/availableFonts.qml)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/sunmap.jpg)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/banner/qml/banner/banner.qml)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/uranus.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/banner/qml/banner/fonts.qml)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/uranusmap.jpg)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/banner/qml/banner/fonts/tarzeau_ocr_a.ttf)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/uranusringcolortrans.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/banner/qml/banner/hello.qml)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_TEXT_FONTS_FONTS
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/fonts/fonts)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/venus.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/fonts/fonts.png)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/venusbump.jpg)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/fonts/fonts.svg)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/images/venusmap.jpg)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/fonts/qml/fonts-qml/availableFonts.qml)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/planets.js)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/fonts/qml/fonts-qml/banner.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/fonts/qml/fonts-qml/fonts.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/fonts/qml/fonts-qml/fonts/tarzeau_ocr_a.ttf)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/fonts/qml/fonts-qml/hello.qml)
+ /usr/lib/qt5/examples/canvas3d/canvas3d/threejs/planets/planets.qml)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_TEXT_FONTS_HELLO
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/hello/hello)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/hello/hello.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/hello/hello.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/hello/qml/hello/availableFonts.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/hello/qml/hello/banner.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/hello/qml/hello/fonts.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/hello/qml/hello/fonts/tarzeau_ocr_a.ttf)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/text/fonts/hello/qml/hello/hello.qml)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_THREADING_THREADEDLISTMODEL
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/threading/threadedlistmodel/qml/threadedlistmodel/dataloader.js)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/threading/threadedlistmodel/qml/threadedlistmodel/timedisplay.qml)
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
+ifdef PTXCONF_QT5_EXAMPLES_CORELIB_IPC_LOCALFORTUNECLIENT
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/threading/threadedlistmodel/threadedlistmodel)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/threading/threadedlistmodel/threadedlistmodel.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/threading/threadedlistmodel/threadedlistmodel64.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/threading/threadedlistmodel/threadedlistmodel80.png)
+ /usr/lib/qt5/examples/corelib/ipc/localfortuneclient/localfortuneclient)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_THREADING_WORKERSCRIPT
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/threading/workerscript/qml/workerscript/workerscript.js)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/threading/workerscript/qml/workerscript/workerscript.qml)
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
+ifdef PTXCONF_QT5_EXAMPLES_CORELIB_IPC_LOCALFORTUNESERVER
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/threading/workerscript/workerscript)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/threading/workerscript/workerscript.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/threading/workerscript/workerscript64.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/threading/workerscript/workerscript80.png)
+ /usr/lib/qt5/examples/corelib/ipc/localfortuneserver/localfortuneserver)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_TOUCHINTERACTION_PINCHAREA
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/touchinteraction/pincharea/pincharea)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/touchinteraction/pincharea/pincharea.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/touchinteraction/pincharea/pincharea64.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/touchinteraction/pincharea/pincharea80.png)
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
+ifdef PTXCONF_QT5_EXAMPLES_CORELIB_IPC_SHAREDMEMORY
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/touchinteraction/pincharea/qml/pincharea/flickresize.qml)
+ /usr/lib/qt5/examples/corelib/ipc/sharedmemory/image.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/touchinteraction/pincharea/qml/pincharea/qt-logo.jpg)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_TOUCHINTERACTION_GESTURES_EXPERIMENTAL_GESTURES
+ /usr/lib/qt5/examples/corelib/ipc/sharedmemory/qt.png)
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/touchinteraction/gestures/experimental-gestures/experimental-gestures)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/touchinteraction/gestures/experimental-gestures/experimentalgestures.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/touchinteraction/gestures/experimental-gestures/experimentalgestures.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/touchinteraction/gestures/experimental-gestures/qml/experimental-gestures/experimental-gestures.qml)
+ /usr/lib/qt5/examples/corelib/ipc/sharedmemory/sharedmemory)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_TOUCHINTERACTION_MOUSEAREA_MOUSEAREA_EXAMPLE
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
+ifdef PTXCONF_QT5_EXAMPLES_CORELIB_JSON_SAVEGAME
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/touchinteraction/mousearea/mousearea-example/mousearea-example)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/touchinteraction/mousearea/mousearea-example/mouseareaexample.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/touchinteraction/mousearea/mousearea-example/mouseareaexample.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/touchinteraction/mousearea/mousearea-example/qml/mousearea-example/mousearea-example.qml)
+ /usr/lib/qt5/examples/corelib/json/savegame/savegame)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_TOYS_CLOCKS
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
+ifdef PTXCONF_QT5_EXAMPLES_CORELIB_THREADS_MANDELBROT
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/toys/clocks/clocks)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/clocks/clocks.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/clocks/clocks.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/clocks/qml/clocks/clocks.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/clocks/qml/clocks/content/Clock.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/clocks/qml/clocks/content/QuitButton.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/clocks/qml/clocks/content/background.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/clocks/qml/clocks/content/center.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/clocks/qml/clocks/content/clock-night.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/clocks/qml/clocks/content/clock.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/clocks/qml/clocks/content/hour.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/clocks/qml/clocks/content/minute.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/clocks/qml/clocks/content/quit.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/clocks/qml/clocks/content/second.png)
+ /usr/lib/qt5/examples/corelib/threads/mandelbrot/mandelbrot)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_TOYS_CORKBOARDS
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
+ifdef PTXCONF_QT5_EXAMPLES_CORELIB_THREADS_SEMAPHORES
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/toys/corkboards/corkboards)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/corkboards/corkboards.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/corkboards/corkboards.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/corkboards/qml/corkboards/Day.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/corkboards/qml/corkboards/cork.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/corkboards/qml/corkboards/corkboards.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/corkboards/qml/corkboards/note-yellow.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/corkboards/qml/corkboards/tack.png)
+ /usr/lib/qt5/examples/corelib/threads/semaphores/semaphores)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_TOYS_DYNAMICSCENE
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
+ifdef PTXCONF_QT5_EXAMPLES_CORELIB_THREADS_WAITCONDITIONS
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/toys/dynamicscene/dynamicscene)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/dynamicscene/dynamicscene.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/dynamicscene/dynamicscene.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/dynamicscene/qml/dynamicscene/Button.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/dynamicscene/qml/dynamicscene/GenericSceneItem.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/dynamicscene/qml/dynamicscene/PaletteItem.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/dynamicscene/qml/dynamicscene/PerspectiveItem.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/dynamicscene/qml/dynamicscene/Sun.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/dynamicscene/qml/dynamicscene/dynamicscene.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/NOTE)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/face-smile.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/moon.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/rabbit_brown.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/rabbit_bw.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/star.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/sun.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/tree_s.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/dynamicscene/qml/dynamicscene/itemCreation.js)
+ /usr/lib/qt5/examples/corelib/threads/waitconditions/waitconditions)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_TOYS_TIC_TAC_TOE
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/Button.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/TicTac.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/pics/board.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/pics/o.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/pics/x.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/tic-tac-toe.js)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/tic-tac-toe.qml)
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
+ifdef PTXCONF_QT5_EXAMPLES_CORELIB_TOOLS_CONTIGUOUSCACHE
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/toys/tic-tac-toe/tic-tac-toe)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/tic-tac-toe/tictactoe.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/tic-tac-toe/tictactoe.svg)
+ /usr/lib/qt5/examples/corelib/tools/contiguouscache/contiguouscache)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_TOYS_TVTENNIS
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/tvtennis/qml/tvtennis/tvtennis.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/toys/tvtennis/tvtennis)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/tvtennis/tvtennis.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/toys/tvtennis/tvtennis.svg)
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
+ifdef PTXCONF_QT5_EXAMPLES_CORELIB_TOOLS_CUSTOMTYPE
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_TUTORIALS_EXTENDING_CHAPTER1_BASICS
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/tutorials/extending/chapter1-basics/app.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/tutorials/extending/chapter1-basics/chapter1-basics)
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
+ifdef PTXCONF_QT5_EXAMPLES_CORELIB_TOOLS_CUSTOMTYPESENDING
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_TUTORIALS_EXTENDING_CHAPTER2_METHODS
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/tutorials/extending/chapter2-methods/app.qml)
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
+ifdef PTXCONF_QT5_EXAMPLES_DBUS_CHAT
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/tutorials/extending/chapter2-methods/chapter2-methods)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_TUTORIALS_EXTENDING_CHAPTER3_BINDINGS
+ /usr/lib/qt5/examples/dbus/chat/chat)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/tutorials/extending/chapter3-bindings/app.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/tutorials/extending/chapter3-bindings/chapter3-bindings)
+ /usr/lib/qt5/examples/dbus/chat/org.example.chat.xml)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_TUTORIALS_EXTENDING_CHAPTER4_CUSTOMPROPERTYTYPES
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/tutorials/extending/chapter4-customPropertyTypes/app.qml)
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
+ifdef PTXCONF_QT5_EXAMPLES_DBUS_COMPLEXPING
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_TUTORIALS_EXTENDING_CHAPTER5_LISTPROPERTIES
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/tutorials/extending/chapter5-listproperties/app.qml)
+ /usr/lib/qt5/examples/dbus/complexpingpong/complexping)
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/tutorials/extending/chapter5-listproperties/chapter5-listproperties)
+ /usr/lib/qt5/examples/dbus/complexpingpong/complexpong)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_UI_COMPONENTS_DIALCONTROL
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
+ifdef PTXCONF_QT5_EXAMPLES_DBUS_COMPLEXPONG
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/ui-components/dialcontrol/dialcontrol)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/dialcontrol/dialcontrol.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/dialcontrol/dialcontrol.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/Dial.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/QuitButton.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/background.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/needle.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/needle_shadow.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/overlay.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/quit.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/dialcontrol.qml)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_UI_COMPONENTS_FLIPABLE
+ /usr/lib/qt5/examples/dbus/complexpingpong/complexping)
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/ui-components/flipable/flipable)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/flipable/flipable.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/flipable/flipable.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/flipable/qml/flipable/content/5_heart.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/flipable/qml/flipable/content/9_club.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/flipable/qml/flipable/content/Card.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/flipable/qml/flipable/content/back.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/flipable/qml/flipable/flipable.qml)
+ /usr/lib/qt5/examples/dbus/complexpingpong/complexpong)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_UI_COMPONENTS_MAIN
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
+ifdef PTXCONF_QT5_EXAMPLES_DBUS_LISTNAMES
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/ui-components/main/main)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/main/main.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/main/main.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/main/qml/main/ScrollBar.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/main/qml/main/SearchBox.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/main/qml/main/TabWidget.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/main/qml/main/content/ProgressBar.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/main/qml/main/content/Spinner.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/main/qml/main/content/background.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/main/qml/main/content/spinner-bg.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/main/qml/main/content/spinner-select.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/main/qml/main/images/clear.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/main/qml/main/images/lineedit-bg-focus.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/main/qml/main/images/lineedit-bg.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/main/qml/main/main.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/main/qml/main/pics/niagara_falls.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/main/qml/main/tab.png)
+ /usr/lib/qt5/examples/dbus/listnames/listnames)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_UI_COMPONENTS_PROGRESSBAR
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
+ifdef PTXCONF_QT5_EXAMPLES_DBUS_PING
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/ui-components/progressbar/progressbar)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/progressbar/progressbar.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/progressbar/progressbar.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/progressbar/qml/progressbar/content/ProgressBar.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/progressbar/qml/progressbar/content/background.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/progressbar/qml/progressbar/main.qml)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_UI_COMPONENTS_SCROLLBAR
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/scrollbar/qml/scrollbar/ScrollBar.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/scrollbar/qml/scrollbar/main.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/scrollbar/qml/scrollbar/niagara_falls.jpg)
+ /usr/lib/qt5/examples/dbus/pingpong/ping)
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/ui-components/scrollbar/scrollbar)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/scrollbar/scrollbar.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/scrollbar/scrollbar64.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/scrollbar/scrollbar80.png)
+ /usr/lib/qt5/examples/dbus/pingpong/pong)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_UI_COMPONENTS_SEARCHBOX
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/searchbox/qml/searchbox/SearchBox.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/searchbox/qml/searchbox/images/clear.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/searchbox/qml/searchbox/images/lineedit-bg-focus.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/searchbox/qml/searchbox/images/lineedit-bg.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/searchbox/qml/searchbox/main.qml)
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
+ifdef PTXCONF_QT5_EXAMPLES_DBUS_PONG
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/ui-components/searchbox/searchbox)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/searchbox/searchbox.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/searchbox/searchbox64.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/searchbox/searchbox80.png)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_UI_COMPONENTS_SLIDESWITCH
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/slideswitch/qml/slideswitch/content/Switch.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/slideswitch/qml/slideswitch/content/background.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/slideswitch/qml/slideswitch/content/knob.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/slideswitch/qml/slideswitch/slideswitch.qml)
+ /usr/lib/qt5/examples/dbus/pingpong/ping)
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/ui-components/slideswitch/slideswitch)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/slideswitch/slideswitch.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/slideswitch/slideswitch.svg)
+ /usr/lib/qt5/examples/dbus/pingpong/pong)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_UI_COMPONENTS_SPINNER
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/spinner/qml/spinner/content/Spinner.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/spinner/qml/spinner/content/spinner-bg.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/spinner/qml/spinner/content/spinner-select.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/spinner/qml/spinner/main.qml)
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
+ifdef PTXCONF_QT5_EXAMPLES_DBUS_REMOTECONTROLLEDCAR_CAR
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/ui-components/spinner/spinner)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/spinner/spinner.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/spinner/spinner64.png)
+ /usr/lib/qt5/examples/dbus/remotecontrolledcar/car/car)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/spinner/spinner80.png)
+ /usr/lib/qt5/examples/dbus/remotecontrolledcar/car/car.xml)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICK1)),)
-ifdef PTXCONF_QT5_EXAMPLES_DECLARATIVE_UI_COMPONENTS_TABWIDGET
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/tabwidget/qml/tabwidget/TabWidget.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/tabwidget/qml/tabwidget/main.qml)
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
+ifdef PTXCONF_QT5_EXAMPLES_DBUS_REMOTECONTROLLEDCAR_CONTROLLER
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/tabwidget/qml/tabwidget/tab.png)
+ /usr/lib/qt5/examples/dbus/remotecontrolledcar/controller/car.xml)
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/declarative/ui-components/tabwidget/tabwidget)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/tabwidget/tabwidget.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/tabwidget/tabwidget64.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/declarative/ui-components/tabwidget/tabwidget80.png)
+ /usr/lib/qt5/examples/dbus/remotecontrolledcar/controller/controller)
endif
endif
ifneq ($(strip $(PTXCONF_QT5_MODULE_QTTOOLS)),)
@@ -2262,89 +758,163 @@ endif
ifneq ($(strip $(PTXCONF_QT5_MODULE_QTLOCATION)),)
ifdef PTXCONF_QT5_EXAMPLES_LOCATION_QML_LOCATION_MAPVIEWER
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/mapviewer/content/dialogs/Message.qml)
+ /usr/lib/qt5/examples/location/mapviewer/forms/Geocode.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/mapviewer/forms/GeocodeForm.ui.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/mapviewer/content/dialogs/RouteDialog.qml)
+ /usr/lib/qt5/examples/location/mapviewer/forms/Locale.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/mapviewer/content/map/3dItem.qml)
+ /usr/lib/qt5/examples/location/mapviewer/forms/LocaleForm.ui.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/mapviewer/content/map/CircleItem.qml)
+ /usr/lib/qt5/examples/location/mapviewer/forms/Message.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/mapviewer/content/map/ImageItem.qml)
+ /usr/lib/qt5/examples/location/mapviewer/forms/MessageForm.ui.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/mapviewer/content/map/MapComponent.qml)
+ /usr/lib/qt5/examples/location/mapviewer/forms/ReverseGeocode.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/mapviewer/content/map/Marker.qml)
+ /usr/lib/qt5/examples/location/mapviewer/forms/ReverseGeocodeForm.ui.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/mapviewer/content/map/MiniMap.qml)
+ /usr/lib/qt5/examples/location/mapviewer/forms/RouteAddress.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/mapviewer/content/map/PolygonItem.qml)
+ /usr/lib/qt5/examples/location/mapviewer/forms/RouteAddressForm.ui.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/mapviewer/content/map/PolylineItem.qml)
+ /usr/lib/qt5/examples/location/mapviewer/forms/RouteCoordinate.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/mapviewer/content/map/RectangleItem.qml)
+ /usr/lib/qt5/examples/location/mapviewer/forms/RouteCoordinateForm.ui.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/mapviewer/content/map/VideoItem.qml)
+ /usr/lib/qt5/examples/location/mapviewer/forms/RouteList.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/mapviewer/demo.ogv)
+ /usr/lib/qt5/examples/location/mapviewer/forms/RouteListDelegate.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/mapviewer/icon.png)
+ /usr/lib/qt5/examples/location/mapviewer/forms/RouteListHeader.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/mapviewer/helper.js)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/mapviewer/map/CircleItem.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/mapviewer/map/ImageItem.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/mapviewer/map/MapComponent.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/mapviewer/map/Marker.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/mapviewer/map/MiniMap.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/mapviewer/map/PolygonItem.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/mapviewer/map/PolylineItem.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/mapviewer/map/RectangleItem.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
/usr/lib/qt5/examples/location/mapviewer/mapviewer.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/mapviewer/menus/ItemPopupMenu.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/mapviewer/menus/MainMenu.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/mapviewer/menus/MapPopupMenu.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/mapviewer/menus/MarkerPopupMenu.qml)
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
/usr/lib/qt5/examples/location/mapviewer/qml_location_mapviewer)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/mapviewer/resources/icon.png)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/mapviewer/resources/marker.png)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/mapviewer/resources/scale.png)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/mapviewer/resources/scale_end.png)
endif
endif
ifneq ($(strip $(PTXCONF_QT5_MODULE_QTLOCATION)),)
ifdef PTXCONF_QT5_EXAMPLES_LOCATION_QML_LOCATION_PLACES
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/places/content/places/CategoryDelegate.qml)
+ /usr/lib/qt5/examples/location/places/forms/Message.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/places/content/places/CategoryDialog.qml)
+ /usr/lib/qt5/examples/location/places/forms/MessageForm.ui.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/places/content/places/CategoryView.qml)
+ /usr/lib/qt5/examples/location/places/forms/PlaceDetails.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/places/content/places/EditorialDelegate.qml)
+ /usr/lib/qt5/examples/location/places/forms/PlaceDetailsForm.ui.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/places/content/places/EditorialPage.qml)
+ /usr/lib/qt5/examples/location/places/forms/SearchBoundingBox.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/places/content/places/Group.qml)
+ /usr/lib/qt5/examples/location/places/forms/SearchBoundingBoxForm.ui.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/places/content/places/MapComponent.qml)
+ /usr/lib/qt5/examples/location/places/forms/SearchBoundingCircle.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/places/content/places/OptionsDialog.qml)
+ /usr/lib/qt5/examples/location/places/forms/SearchBoundingCircleForm.ui.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/places/content/places/PlaceDelegate.qml)
+ /usr/lib/qt5/examples/location/places/forms/SearchCenter.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/places/content/places/PlaceDialog.qml)
+ /usr/lib/qt5/examples/location/places/forms/SearchCenterForm.ui.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/places/content/places/PlaceEditorials.qml)
+ /usr/lib/qt5/examples/location/places/forms/SearchOptions.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/places/content/places/PlaceImages.qml)
+ /usr/lib/qt5/examples/location/places/forms/SearchOptionsForm.ui.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/places/content/places/PlaceReviews.qml)
+ /usr/lib/qt5/examples/location/places/helper.js)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/places/content/places/PlacesUtils.js)
+ /usr/lib/qt5/examples/location/places/items/MainMenu.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/places/content/places/RatingView.qml)
+ /usr/lib/qt5/examples/location/places/items/MapComponent.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/places/content/places/ReviewDelegate.qml)
+ /usr/lib/qt5/examples/location/places/items/SearchBar.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/places/content/places/ReviewPage.qml)
+ /usr/lib/qt5/examples/location/places/places.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/location/places/qml_location_places)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/places/content/places/SearchBox.qml)
+ /usr/lib/qt5/examples/location/places/resources/categories.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/places/content/places/SearchResultDelegate.qml)
+ /usr/lib/qt5/examples/location/places/resources/left.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/places/content/places/SearchResultView.qml)
+ /usr/lib/qt5/examples/location/places/resources/marker.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/location/places/places.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/location/places/qml_location_places)
+ /usr/lib/qt5/examples/location/places/resources/right.png)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/places/resources/scale.png)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/places/resources/scale_end.png)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/places/resources/search.png)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/places/resources/star.png)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/places/views/CategoryDelegate.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/places/views/CategoryView.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/places/views/EditorialDelegate.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/places/views/EditorialPage.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/places/views/EditorialView.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/places/views/ImageView.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/places/views/RatingView.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/places/views/ReviewDelegate.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/places/views/ReviewPage.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/places/views/ReviewView.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/places/views/SearchResultDelegate.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/places/views/SearchResultView.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/places/views/SuggestionView.qml)
endif
endif
ifneq ($(strip $(PTXCONF_QT5_MODULE_QTLOCATION)),)
ifdef PTXCONF_QT5_EXAMPLES_LOCATION_PLACES_LIST
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/places_list/Marker.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/places_list/marker.png)
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
/usr/lib/qt5/examples/location/places_list/places_list)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
@@ -2361,6 +931,18 @@ ifdef PTXCONF_QT5_EXAMPLES_LOCATION_PLACES_MAP
/usr/lib/qt5/examples/location/places_map/places_map.qml)
endif
endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTLOCATION)),)
+ifdef PTXCONF_QT5_EXAMPLES_LOCATION_PLANESPOTTER
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/planespotter/Plane.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/planespotter/airplane.png)
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/location/planespotter/planespotter)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/location/planespotter/planespotter.qml)
+endif
+endif
ifneq ($(strip $(PTXCONF_QT5_MODULE_QTMULTIMEDIA)),)
ifdef PTXCONF_QT5_EXAMPLES_MULTIMEDIA_AUDIODECODER
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
@@ -2934,6 +1516,14 @@ ifdef PTXCONF_QT5_EXAMPLES_OPENGL_HELLOGL2
endif
endif
ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
+ifdef PTXCONF_QT5_EXAMPLES_OPENGL_HELLOGLES3
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/opengl/hellogles3/hellogles3)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/opengl/hellogles3/qtlogo.png)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
ifdef PTXCONF_QT5_EXAMPLES_OPENGL_HELLOWINDOW
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
/usr/lib/qt5/examples/opengl/hellowindow/hellowindow)
@@ -3221,6 +1811,288 @@ ifdef PTXCONF_QT5_EXAMPLES_QPA_WINDOWS
/usr/lib/qt5/examples/qpa/windows/windows)
endif
endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_ANAGLYPH_RENDERING
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/anaglyph-rendering/anaglyph-rendering)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_ASSIMP_CPP
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/assimp-cpp/assimp-cpp)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_ASSIMP
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/assimp/assimp)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_AUDIO_VISUALIZER_QML
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/audio-visualizer-qml/audio-visualizer-qml)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_BASICSHAPES_CPP
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/basicshapes-cpp/basicshapes-cpp)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_BIGMODEL_QML
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/bigmodel-qml/bigmodel-qml)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_BIGSCENE_CPP
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/bigscene-cpp/bigscene-cpp)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_BIGSCENE_INSTANCED_QML
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/bigscene-instanced-qml/bigscene-instanced-qml)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_CLIP_PLANES_QML
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/clip-planes-qml/clip-planes-qml)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_CONTROLS
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/controls/controls)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_CPP_EXAMPLE
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/cpp_example/cpp_example)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_CUSTOM_MESH_CPP
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/custom-mesh-cpp/custom-mesh-cpp)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_CUSTOM_MESH_QML
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/custom-mesh-qml/custom-mesh-qml)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_CYLINDER_CPP
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/cylinder-cpp/cylinder-cpp)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_CYLINDER_QML
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/cylinder-qml/cylinder-qml)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_DEFERRED_RENDERER_CPP
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/deferred-renderer-cpp/deferred-renderer-cpp)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_DEFERRED_RENDERER_QML
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/deferred-renderer-qml/deferred-renderer-qml)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_DYNAMICSCENE_CPP
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/dynamicscene-cpp/dynamicscene-cpp)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_ENABLED_QML
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/enabled-qml/enabled-qml)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_GLTF
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/gltf/gltf)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_GOOCH_QML
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/gooch-qml/gooch-qml)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_INSTANCED_ARRAYS_QML
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/instanced-arrays-qml/instanced-arrays-qml)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_KEYBOARDINPUT_QML
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/keyboardinput-qml/keyboardinput-qml)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_LIGHTS
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/lights/lights)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_LOADER_QML
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/loader-qml/loader-qml)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_MATERIALS_CPP
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/materials-cpp/materials-cpp)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_MATERIALS
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/materials/materials)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_MOUSEINPUT_QML
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/mouseinput-qml/mouseinput-qml)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_MULTIVIEWPORT
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/multiviewport/multiviewport)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_PICKING_QML
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/picking-qml/picking-qml)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_PLANETS_QML
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/planets-qml/planets-qml)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_PLASMA
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/plasma/plasma)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_PLAYGROUND_QML
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/playground-qml/playground-qml)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_SCENE3D_LOADER
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/scene3d-loader/scene3d-loader)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_SCENE3D
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/scene3d/scene3d)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_SHADOW_MAP_QML
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/shadow-map-qml/shadow-map-qml)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_SIMPLE_CPP
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/simple-cpp/simple-cpp)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_SIMPLE_QML
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/simple-qml/simple-qml)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_SIMPLE_SHADERS_QML
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/simple-shaders-qml/simple-shaders-qml)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_SKYBOX
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/skybox/skybox)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_TESSELLATION_MODES
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/tessellation-modes/tessellation-modes)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_TORUS_QML
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/torus-qml/torus-qml)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_TRANSFORMS_QML
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/transforms-qml/transforms-qml)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_TRANSPARENCY_QML_SCENE3D
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/transparency-qml-scene3d/transparency-qml-scene3d)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_TRANSPARENCY_QML
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/transparency-qml/transparency-qml)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_WAVE
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/wave/wave)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QT3D)),)
+ifdef PTXCONF_QT5_EXAMPLES_QT3D_WIREFRAME
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qt3d/wireframe/wireframe)
+endif
+endif
ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
ifdef PTXCONF_QT5_EXAMPLES_QTCONCURRENT_IMAGESCALING
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
@@ -3281,6 +2153,24 @@ ifdef PTXCONF_QT5_EXAMPLES_QTESTLIB_TUTORIAL5
/usr/lib/qt5/examples/qtestlib/tutorial5/tutorial5)
endif
endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTQUICKCONTROLS2)),)
+ifdef PTXCONF_QT5_EXAMPLES_QTLABSCONTROLS_GALLERY
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qtlabscontrols/gallery/gallery)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTLOCATION)),)
+ifdef PTXCONF_QT5_EXAMPLES_QTPOSITIONING_SATELLITEINFO
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qtpositioning/satelliteinfo/satelliteinfo)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTSENSORS)),)
+ifdef PTXCONF_QT5_EXAMPLES_QTSENSORS_SHAKEIT
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/qtsensors/shakeit/shakeit)
+endif
+endif
ifneq ($(strip $(PTXCONF_QT5_MODULE_QTDECLARATIVE)),)
ifdef PTXCONF_QT5_EXAMPLES_QUICK_ANIMATION
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
@@ -4348,10 +3238,14 @@ endif
ifneq ($(strip $(PTXCONF_QT5_MODULE_QTDECLARATIVE)),)
ifdef PTXCONF_QT5_EXAMPLES_QUICK_DEMOS_STOCQT
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/quick/demos/stocqt/content/+windows/Settings.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
/usr/lib/qt5/examples/quick/demos/stocqt/content/Button.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
/usr/lib/qt5/examples/quick/demos/stocqt/content/CheckBox.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/quick/demos/stocqt/content/Settings.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
/usr/lib/qt5/examples/quick/demos/stocqt/content/StockChart.qml)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
/usr/lib/qt5/examples/quick/demos/stocqt/content/StockInfo.qml)
@@ -4371,6 +3265,8 @@ ifdef PTXCONF_QT5_EXAMPLES_QUICK_DEMOS_STOCQT
/usr/lib/qt5/examples/quick/demos/stocqt/content/images/wheel-touch.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
/usr/lib/qt5/examples/quick/demos/stocqt/content/images/wheel.png)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/quick/demos/stocqt/content/qmldir)
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
/usr/lib/qt5/examples/quick/demos/stocqt/stocqt)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
@@ -4414,6 +3310,12 @@ ifdef PTXCONF_QT5_EXAMPLES_QUICK_DEMOS_TWEETSEARCH
endif
endif
ifneq ($(strip $(PTXCONF_QT5_MODULE_QTDECLARATIVE)),)
+ifdef PTXCONF_QT5_EXAMPLES_QUICK_DIALOGS_SYSTEMDIALOGS
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/quick/dialogs/systemdialogs/systemdialogs)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTDECLARATIVE)),)
ifdef PTXCONF_QT5_EXAMPLES_QUICK_LOCALSTORAGE_LOCALSTORAGE
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
/usr/lib/qt5/examples/quick/localstorage/localstorage/hello.qml)
@@ -4749,6 +3651,40 @@ ifdef PTXCONF_QT5_EXAMPLES_SCRIPT_QSTETRIX
/usr/lib/qt5/examples/script/qstetrix/tetrixwindow.js)
endif
endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTSENSORS)),)
+ifdef PTXCONF_QT5_EXAMPLES_SENSORS_ACCELBUBBLE
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/sensors/accelbubble/accelbubble)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTSENSORS)),)
+ifdef PTXCONF_QT5_EXAMPLES_SENSORS_MAZE
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/sensors/maze/maze)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTSENSORS)),)
+ifdef PTXCONF_QT5_EXAMPLES_SENSORS_QMLQTSENSORS
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/sensors/qmlqtsensors/qmlqtsensors)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTSENSORS)),)
+ifdef PTXCONF_QT5_EXAMPLES_SENSORS_QMLSENSORGESTURES
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/sensors/qmlsensorgestures/qmlsensorgestures)
+endif
+endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTSENSORS)),)
+ifdef PTXCONF_QT5_EXAMPLES_SENSORS_SENSOR_EXPLORER
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/sensors/sensor_explorer/Explorer/libdeclarative_explorer.so)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/sensors/sensor_explorer/Explorer/qmldir)
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/sensors/sensor_explorer/sensor_explorer)
+endif
+endif
ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
ifdef PTXCONF_QT5_EXAMPLES_SQL_BOOKS
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
@@ -5082,6 +4018,16 @@ endif
ifneq ($(strip $(PTXCONF_QT5_MODULE_QTWEBENGINE)),)
ifdef PTXCONF_QT5_EXAMPLES_WEBENGINE_QUICKNANOBROWSER
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/webengine/quicknanobrowser/ApplicationRoot.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/webengine/quicknanobrowser/BrowserDialog.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/webengine/quicknanobrowser/BrowserWindow.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/webengine/quicknanobrowser/DownloadView.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/webengine/quicknanobrowser/FullScreenNotification.qml)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
/usr/lib/qt5/examples/webengine/quicknanobrowser/icons/go-next.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
/usr/lib/qt5/examples/webengine/quicknanobrowser/icons/go-previous.png)
@@ -5091,200 +4037,64 @@ ifdef PTXCONF_QT5_EXAMPLES_WEBENGINE_QUICKNANOBROWSER
/usr/lib/qt5/examples/webengine/quicknanobrowser/icons/view-refresh.png)
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
/usr/lib/qt5/examples/webengine/quicknanobrowser/quicknanobrowser)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webengine/quicknanobrowser/quickwindow.qml)
endif
endif
ifneq ($(strip $(PTXCONF_QT5_MODULE_QTWEBENGINE)),)
-ifdef PTXCONF_QT5_EXAMPLES_WEBENGINEWIDGETS_BROWSER
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webenginewidgets/browser/Info_mac.plist)
+ifdef PTXCONF_QT5_EXAMPLES_WEBENGINEWIDGETS_CONTENTMANIPULATION
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/webenginewidgets/browser/browser)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webenginewidgets/browser/browser.icns)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webenginewidgets/browser/browser.ico)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webenginewidgets/browser/data/addtab.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webenginewidgets/browser/data/browser.svg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webenginewidgets/browser/data/closetab.png)
+ /usr/lib/qt5/examples/webenginewidgets/contentmanipulation/contentmanipulation)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webenginewidgets/browser/data/defaultbookmarks.xbel)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webenginewidgets/browser/data/defaulticon.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webenginewidgets/browser/data/history.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webenginewidgets/browser/data/loading.gif)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webenginewidgets/browser/htmls/notfound.html)
+ /usr/lib/qt5/examples/webenginewidgets/contentmanipulation/jquery.min.js)
endif
endif
ifneq ($(strip $(PTXCONF_QT5_MODULE_QTWEBENGINE)),)
-ifdef PTXCONF_QT5_EXAMPLES_WEBENGINEWIDGETS_FANCYBROWSER
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/webenginewidgets/fancybrowser/fancybrowser)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webenginewidgets/fancybrowser/jquery.min.js)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTWEBKIT_EXAMPLES)),)
-ifdef PTXCONF_QT5_EXAMPLES_WEBKITQML
- @$(call install_tree, qt5-examples, 0, 0, -, \
- /usr/lib/qt5/examples/webkitqml/shared)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTWEBKIT_EXAMPLES)),)
-ifdef PTXCONF_QT5_EXAMPLES_WEBKITQML_FLICKRVIEW
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/webkitqml/flickrview/flickrview)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitqml/flickrview/flickrview.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitqml/flickrview/images/flickr.png)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTWEBKIT_EXAMPLES)),)
-ifdef PTXCONF_QT5_EXAMPLES_WEBKITQML_YOUTUBEVIEW
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitqml/youtubeview/content/YouTubeDialog.qml)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitqml/youtubeview/content/player.html)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/webkitqml/youtubeview/youtubeview)
+ifdef PTXCONF_QT5_EXAMPLES_WEBENGINEWIDGETS_COOKIEBROWSER
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitqml/youtubeview/youtubeview.qml)
+ /usr/lib/qt5/examples/webenginewidgets/cookiebrowser/view-refresh.png)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTWEBKIT_EXAMPLES)),)
-ifdef PTXCONF_QT5_EXAMPLES_WEBKITWIDGETS_BROWSER
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitwidgets/browser/Info_mac.plist)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/webkitwidgets/browser/browser)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitwidgets/browser/browser.icns)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitwidgets/browser/browser.ico)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitwidgets/browser/data/addtab.png)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitwidgets/browser/data/browser.svg)
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTWEBENGINE)),)
+ifdef PTXCONF_QT5_EXAMPLES_WEBENGINEWIDGETS_DEMOBROWSER
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitwidgets/browser/data/closetab.png)
+ /usr/lib/qt5/examples/webenginewidgets/demobrowser/Info_mac.plist)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitwidgets/browser/data/defaultbookmarks.xbel)
+ /usr/lib/qt5/examples/webenginewidgets/demobrowser/data/addtab.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitwidgets/browser/data/defaulticon.png)
+ /usr/lib/qt5/examples/webenginewidgets/demobrowser/data/closetab.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitwidgets/browser/data/history.png)
+ /usr/lib/qt5/examples/webenginewidgets/demobrowser/data/defaultbookmarks.xbel)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitwidgets/browser/data/loading.gif)
+ /usr/lib/qt5/examples/webenginewidgets/demobrowser/data/defaulticon.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitwidgets/browser/htmls/notfound.html)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTWEBKIT_EXAMPLES)),)
-ifdef PTXCONF_QT5_EXAMPLES_WEBKITWIDGETS_DOMTRAVERSAL
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/webkitwidgets/domtraversal/domtraversal)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTWEBKIT_EXAMPLES)),)
-ifdef PTXCONF_QT5_EXAMPLES_WEBKITWIDGETS_FANCYBROWSER
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/webkitwidgets/fancybrowser/fancybrowser)
+ /usr/lib/qt5/examples/webenginewidgets/demobrowser/data/demobrowser.svg)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitwidgets/fancybrowser/jquery.min.js)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTWEBKIT_EXAMPLES)),)
-ifdef PTXCONF_QT5_EXAMPLES_WEBKITWIDGETS_FORMEXTRACTOR
+ /usr/lib/qt5/examples/webenginewidgets/demobrowser/data/history.png)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitwidgets/formextractor/form.html)
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/webkitwidgets/formextractor/formextractor)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTWEBKIT_EXAMPLES)),)
-ifdef PTXCONF_QT5_EXAMPLES_WEBKITWIDGETS_FRAMECAPTURE
+ /usr/lib/qt5/examples/webenginewidgets/demobrowser/data/loading.gif)
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/webkitwidgets/framecapture/framecapture)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTWEBKIT_EXAMPLES)),)
-ifdef PTXCONF_QT5_EXAMPLES_WEBKITWIDGETS_IMAGEANALYZER
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitwidgets/imageanalyzer/README)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitwidgets/imageanalyzer/resources/images/README)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitwidgets/imageanalyzer/resources/images/bellaCoola.jpg)
+ /usr/lib/qt5/examples/webenginewidgets/demobrowser/demobrowser)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitwidgets/imageanalyzer/resources/images/flower.jpg)
+ /usr/lib/qt5/examples/webenginewidgets/demobrowser/demobrowser.icns)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitwidgets/imageanalyzer/resources/images/mtRainier.jpg)
+ /usr/lib/qt5/examples/webenginewidgets/demobrowser/demobrowser.ico)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitwidgets/imageanalyzer/resources/images/seaShell.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitwidgets/imageanalyzer/resources/images/trees.jpg)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitwidgets/imageanalyzer/resources/index.html)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTWEBKIT_EXAMPLES)),)
-ifdef PTXCONF_QT5_EXAMPLES_WEBKITWIDGETS_PREVIEWER
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/webkitwidgets/previewer/previewer)
+ /usr/lib/qt5/examples/webenginewidgets/demobrowser/htmls/notfound.html)
endif
endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTWEBKIT_EXAMPLES)),)
-ifdef PTXCONF_QT5_EXAMPLES_WEBKITWIDGETS_SIMPLESELECTOR
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/webkitwidgets/simpleselector/simpleselector)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTWEBKIT_EXAMPLES)),)
-ifdef PTXCONF_QT5_EXAMPLES_WEBKITWIDGETS_EMBEDDED_ANOMALY
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTWEBENGINE)),)
+ifdef PTXCONF_QT5_EXAMPLES_WEBENGINEWIDGETS_MARKDOWNEDITOR
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/webkitwidgets/embedded/anomaly/anomaly)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitwidgets/embedded/anomaly/src/images/button-close.png)
+ /usr/lib/qt5/examples/webenginewidgets/markdowneditor/markdowneditor)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitwidgets/embedded/anomaly/src/images/edit-find.png)
+ /usr/lib/qt5/examples/webenginewidgets/markdowneditor/resources/default.md)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitwidgets/embedded/anomaly/src/images/go-next.png)
+ /usr/lib/qt5/examples/webenginewidgets/markdowneditor/resources/index.html)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitwidgets/embedded/anomaly/src/images/go-previous.png)
+ /usr/lib/qt5/examples/webenginewidgets/markdowneditor/resources/markdown.css)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitwidgets/embedded/anomaly/src/images/list-add.png)
+ /usr/lib/qt5/examples/webenginewidgets/markdowneditor/resources/marked.min.js)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitwidgets/embedded/anomaly/src/images/list-remove.png)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTWEBKIT_EXAMPLES)),)
-ifdef PTXCONF_QT5_EXAMPLES_WEBKITWIDGETS_SCROLLER_PLOT
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/webkitwidgets/scroller/plot/plot)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTWEBKIT_EXAMPLES)),)
-ifdef PTXCONF_QT5_EXAMPLES_WEBKITWIDGETS_SCROLLER_WHEEL
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/webkitwidgets/scroller/wheel/wheel)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTWEBKIT_EXAMPLES)),)
-ifdef PTXCONF_QT5_EXAMPLES_WEBKITWIDGETS_XMLPATTERNS_QOBJECTXMLMODEL
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/webkitwidgets/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitwidgets/xmlpatterns/qobjectxmlmodel/queries/statisticsInHTML.xq)
- @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
- /usr/lib/qt5/examples/webkitwidgets/xmlpatterns/qobjectxmlmodel/queries/wholeTree.xq)
+ /usr/lib/qt5/examples/webenginewidgets/markdowneditor/resources/qwebchannel.js)
endif
endif
ifneq ($(strip $(PTXCONF_QT5_MODULE_QTWEBSOCKETS)),)
@@ -5323,6 +4133,12 @@ ifdef PTXCONF_QT5_EXAMPLES_WEBSOCKETS_SSLECHOSERVER
/usr/lib/qt5/examples/websockets/sslechoserver/localhost.key)
endif
endif
+ifneq ($(strip $(PTXCONF_QT5_MODULE_QTWEBVIEW)),)
+ifdef PTXCONF_QT5_EXAMPLES_WEBVIEW_MINIBROWSER
+ @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
+ /usr/lib/qt5/examples/webview/minibrowser/minibrowser)
+endif
+endif
ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
ifdef PTXCONF_QT5_EXAMPLES_WIDGETS_WINDOWCONTAINER
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
@@ -6118,12 +4934,6 @@ ifdef PTXCONF_QT5_EXAMPLES_WIDGETS_MAINWINDOWS_MENUS
endif
endif
ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
-ifdef PTXCONF_QT5_EXAMPLES_WIDGETS_MAINWINDOWS_RECENTFILES
- @$(call install_copy, qt5-examples, 0, 0, 0755, -, \
- /usr/lib/qt5/examples/widgets/mainwindows/recentfiles/recentfiles)
-endif
-endif
-ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
ifdef PTXCONF_QT5_EXAMPLES_WIDGETS_MAINWINDOWS_SDI
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
/usr/lib/qt5/examples/widgets/mainwindows/sdi/images/copy.png)
@@ -6737,6 +5547,14 @@ endif
endif
ifneq ($(strip $(PTXCONF_QT5_MODULE_QTBASE)),)
ifdef PTXCONF_QT5_EXAMPLES_WIDGETS_WIDGETS_TABLET
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/widgets/widgets/tablet/images/cursor-airbrush.png)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/widgets/widgets/tablet/images/cursor-eraser.png)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/widgets/widgets/tablet/images/cursor-felt-marker.png)
+ @$(call install_copy, qt5-examples, 0, 0, 0644, -, \
+ /usr/lib/qt5/examples/widgets/widgets/tablet/images/cursor-pencil.png)
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
/usr/lib/qt5/examples/widgets/widgets/tablet/tablet)
endif