| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/zbar/zbar/ |
| H A D | 0001-qt-Create-subdir-in-Makefile.patch | 4 Subject: [PATCH 1/2] qt: Create subdir in Makefile 6 Create builddir/qt subdir when --with-qt5 is enabled. 14 -I../git/include ../git/include/zbar/QZBar.h -o qt/moc_QZBar.cpp 15 moc: Cannot create qt/moc_QZBar.cpp 16 make: *** [Makefile:2459: qt/moc_QZBar.cpp] Error 1 20 qt/Makefile.am.inc | 1 + 23 diff --git a/qt/Makefile.am.inc b/qt/Makefile.am.inc 25 --- a/qt/Makefile.am.inc 26 +++ b/qt/Makefile.am.inc 27 @@ -15,4 +15,5 @@ qt/moc_%.cpp: qt/%.h [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/ |
| H A D | 0001-qt-include-ext-qt-gstqtgl.h-instead-of-gst-gl-gstglf.patch | 4 Subject: [PATCH] qt: include ext/qt/gstqtgl.h instead of gst/gl/gstglfuncs.h 6 gst/gl/gstglfuncs.h is included via ext/qt/gstqtgl.h which has logic to 7 prefer qt headers definitions for GLsync 15 from ../gst-plugins-good-1.16.2/ext/qt/gstqsgtexture.cc:30: 24 ext/qt/gstqsgtexture.cc | 2 +- 25 ext/qt/qtwindow.cc | 2 +- 28 diff --git a/ext/qt/gstqsgtexture.cc b/ext/qt/gstqsgtexture.cc 30 --- a/ext/qt/gstqsgtexture.cc 31 +++ b/ext/qt/gstqsgtexture.cc 37 +#include <ext/qt/gstqtgl.h> [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/config/ |
| H A D | readme.txt | 65 生成矩阵浏览器文件 : /home/forlinx/fltest_app/qt/flapp_out/apps/qt_4g/qt_4g.desktop 66 生成矩阵浏览器文件 : /home/forlinx/fltest_app/qt/flapp_out/apps/qt_about/qt_about.desktop 67 生成矩阵浏览器文件 : /home/forlinx/fltest_app/qt/flapp_out/apps/qt_adc/qt_adc.desktop 68 生成矩阵浏览器文件 : /home/forlinx/fltest_app/qt/flapp_out/apps/qt_audiorecorder/qt_audiorecorder.desktop 69 生成矩阵浏览器文件 : /home/forlinx/fltest_app/qt/flapp_out/apps/qt_camera/qt_camera.desktop 70 生成矩阵浏览器文件 : /home/forlinx/fltest_app/qt/flapp_out/apps/qt_database/qt_database.desktop 71 生成矩阵浏览器文件 : /home/forlinx/fltest_app/qt/flapp_out/apps/qt_key/qt_key.desktop 72 生成矩阵浏览器文件 : /home/forlinx/fltest_app/qt/flapp_out/apps/qt_music/qt_music.desktop 73 生成矩阵浏览器文件 : /home/forlinx/fltest_app/qt/flapp_out/apps/qt_network/qt_network.desktop 74 生成矩阵浏览器文件 : /home/forlinx/fltest_app/qt/flapp_out/apps/qt_opengl/qt_opengl.desktop [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/ |
| H A D | mapbox-gl-native.pro | 5 CONFIG += qt c++14 exceptions warn_off staticlib object_parallel_to_source 26 platform/qt/src/thread.cpp 65 platform/qt/src/bidi.cpp 69 platform/qt/src/async_task.cpp \ 70 platform/qt/src/http_file_source.cpp \ 71 platform/qt/src/http_request.cpp \ 72 platform/qt/src/qmapbox.cpp \ 73 platform/qt/src/qmapboxgl.cpp \ 74 platform/qt/src/qmapboxgl_map_observer.cpp \ 75 platform/qt/src/qmapboxgl_map_renderer.cpp \ [all …]
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5webkit/ |
| H A D | 0006-qt-FullScreenVideoWidget-Use-transparent-background.patch | 4 Subject: [PATCH] qt: FullScreenVideoWidget: Use transparent background 8 Source/WebKit/qt/WidgetSupport/FullScreenVideoWidget.cpp | 1 + 11 diff --git a/Source/WebKit/qt/WidgetSupport/FullScreenVideoWidget.cpp b/Source/WebKit/qt/WidgetSupp… 13 --- a/Source/WebKit/qt/WidgetSupport/FullScreenVideoWidget.cpp 14 +++ b/Source/WebKit/qt/WidgetSupport/FullScreenVideoWidget.cpp
|
| /OK3568_Linux_fs/buildroot/package/qt5/ |
| H A D | qt5.mk | 9 QT5_SITE = https://invent.kde.org/qt/qt 17 rm -f $(HOST_DIR)/bin/qt.conf 19 $(QT5BASE_PKGDIR)/qt.conf.in > $(HOST_DIR)/bin/qt.conf
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/wxwidgets/ |
| H A D | wxwidgets_3.1.5.bb | 12 inherit ${@bb.utils.contains('PACKAGECONFIG', 'qt', 'cmake_qt5', 'cmake', d)} 55 # Note on toolkit-PACKAGECONFIGs: select exactly one of 'no_gui' / 'gtk' / 'qt' 56 PACKAGECONFIG[no_gui] = "-DwxUSE_GUI=OFF,,,,,qt gtk opengl" 57 PACKAGECONFIG[gtk] = "-DwxBUILD_TOOLKIT=gtk3 -DwxUSE_GUI=ON,,gtk+3,,,no_gui qt" 58 PACKAGECONFIG[qt] = "-DwxBUILD_TOOLKIT=qt -DwxUSE_GUI=ON,,qtbase,,,no_gui gtk" 61 if (not 'no_gui' in pkgconfig) and (not 'gtk' in pkgconfig) and (not 'qt' in pkgconfig): 62 bb.error("PACKAGECONFIG must select a toolkit. Add one of no_gui / gtk / qt!") 68 # * qt+gstreamer is broken due to incorrect references on glib-2.0 -> mark 73 …FIG[gstreamer] = "-DwxUSE_MEDIACTRL=ON,-DwxUSE_MEDIACTRL=OFF,gstreamer1.0-plugins-base,,,no_gui qt"
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5connectivity/ |
| H A D | Config.in | 13 https://doc.qt.io/qt-5/qtbluetooth-index.html 14 https://doc.qt.io/qt-5/qtnfc-index.html
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5declarative/ |
| H A D | Config.in | 11 https://doc.qt.io/qt-5/qtqml-index.html 12 https://doc.qt.io/qt-5/qtquick-index.html
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/ |
| H A D | 0003-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch | 4 Subject: [PATCH] qlibraryinfo: allow to set qt.conf from the outside using the 7 Allow to set a qt.conf from the outside using the environment. This allows 9 the same qmake binary to build qt/x11 and qt/embedded 13 qmake from sstate and replacing all configured paths in it with qt.conf from
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/examples/ |
| H A D | qt5everywheredemo_1.0.bb | 4 HOMEPAGE = "https://code.qt.io/cgit/qt-labs" 10 QT_GIT_PROJECT = "qt-labs" 16 require recipes-qt/qt5/qt5.inc
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-connectivity/libconnman-qt/ |
| H A D | libconnman-qt5_git.bb | 1 require recipes-qt/qt5/qt5.inc 4 HOMEPAGE = "https://github.com/sailfishos/libconnman-qt" 6 LIC_FILES_CHKSUM = "file://libconnman-qt/clockmodel.h;endline=8;md5=ea9f724050803f15d2d900ce3c5dac8… 13 SRC_URI = "git://github.com/sailfishos/libconnman-qt.git;protocol=https;branch=master"
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebkit/ |
| H A D | 0006-Disable-code-related-to-HTTP-2-when-Qt-is-configured.patch | 16 Source/WebCore/platform/network/qt/ResourceRequest.h | 2 +- 19 diff --git a/Source/WebCore/platform/network/qt/ResourceRequest.h b/Source/WebCore/platform/network… 21 --- a/Source/WebCore/platform/network/qt/ResourceRequest.h 22 +++ b/Source/WebCore/platform/network/qt/ResourceRequest.h
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qt5-creator/ |
| H A D | 0003-clangformat-Fix-build-with-LLVM-13.patch | 7 Reviewed-by: David Schulz <david.schulz@qt.io> 9 Upstream-Status: Accepted [https://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=55b91a76172…
|
| H A D | 0002-clangformat-Fix-build-with-LLVM-13.patch | 7 Reviewed-by: David Schulz <david.schulz@qt.io> 9 Upstream-Status: Accepted [https://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=14eb5b382ca…
|
| /OK3568_Linux_fs/buildroot/package/libmediaart/ |
| H A D | libmediaart.mk | 22 --disable-qt 29 --enable-qt 33 --disable-qt
|
| /OK3568_Linux_fs/buildroot/package/kf5/kf5-networkmanager-qt/ |
| H A D | Config.in | 2 bool "kf5-networkmanager-qt" 15 https://api.kde.org/frameworks/networkmanager-qt/html/index.html 17 comment "kf5-networkmanager-qt needs toolchain w/ threads"
|
| /OK3568_Linux_fs/buildroot/package/kf5/kf5-modemmanager-qt/ |
| H A D | Config.in | 2 bool "kf5-modemmanager-qt" 15 https://api.kde.org/frameworks/modemmanager-qt/html/index.html 17 comment "kf5-modemmanager-qt needs toolchain w/ threads"
|
| /OK3568_Linux_fs/buildroot/package/qt-webkit-kiosk/ |
| H A D | Config.in | 2 bool "qt-webkit-kiosk" 18 https://github.com/sergey-dryabzhinsky/qt-webkit-kiosk 29 comment "qt-webkit-kiosk needs a toolchain w/ dynamic library, gcc >= 4.9, host gcc >= 4.9"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/ |
| H A D | changes-5.12.4 | 7 https://doc.qt.io/qt-5/index.html 15 https://bugreports.qt.io/
|
| H A D | changes-5.13.1 | 7 https://doc.qt.io/qt-5/index.html 15 https://bugreports.qt.io/
|
| H A D | changes-5.14.2 | 7 https://doc.qt.io/qt-5/index.html 15 https://bugreports.qt.io/
|
| H A D | changes-5.15.1 | 7 https://doc.qt.io/qt-5/index.html 15 https://bugreports.qt.io/
|
| H A D | changes-5.13.2 | 7 https://doc.qt.io/qt-5/index.html 15 https://bugreports.qt.io/
|
| H A D | changes-5.14.1 | 7 https://doc.qt.io/qt-5/index.html 15 https://bugreports.qt.io/
|