Home
last modified time | relevance | path

Searched refs:qt (Results 1 – 25 of 46) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/zbar/zbar/
H A D0001-qt-Create-subdir-in-Makefile.patch4 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
22 qt/Makefile.am.inc | 1 +
25 diff --git a/qt/Makefile.am.inc b/qt/Makefile.am.inc
27 --- a/qt/Makefile.am.inc
28 +++ b/qt/Makefile.am.inc
29 @@ -15,4 +15,5 @@ qt/moc_%.cpp: qt/%.h
[all …]
H A D0002-zbarcam-Create-subdir-in-Makefile.patch16 -I../git/include ../git/zbarcam/zbarcam-qt.cpp -o
35 zbarcam/moc_zbarcam_qt.h: zbarcam/zbarcam-qt.cpp
/openbmc/openbmc/poky/meta/recipes-support/appstream/appstream/
H A D0002-Do-not-build-qt-tests.patch4 Subject: [PATCH] Do not build qt/tests
12 | from ../AppStream-1.0.3/qt/tests/asqt-pool-test.cpp:21:
13 | ../AppStream-1.0.3/qt/tests/asqt-pool-test.cpp: In function ‘int main(int, char**)’:
14 | ../AppStream-1.0.3/qt/tests/asqt-pool-test.cpp:117:1: error: expected primary-expression before ‘…
22 qt/meson.build | 2 --
25 diff --git a/qt/meson.build b/qt/meson.build
27 --- a/qt/meson.build
28 +++ b/qt/meson.build
H A D0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch4 Subject: [PATCH] Fix PACKAGE_PREFIX_DIR in qt/cmake/AppStreamQtConfig.cmake.in
7 librairies linking to appstream-qt.
38 qt/cmake/AppStreamQtConfig.cmake.in | 2 +-
41 diff --git a/qt/cmake/AppStreamQtConfig.cmake.in b/qt/cmake/AppStreamQtConfig.cmake.in
43 --- a/qt/cmake/AppStreamQtConfig.cmake.in
44 +++ b/qt/cmake/AppStreamQtConfig.cmake.in
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/
H A Dwxwidgets_3.2.6.bb12 inherit ${@bb.utils.contains('PACKAGECONFIG', 'qt', 'cmake_qt5', 'cmake', d)}
54 # Note on toolkit-PACKAGECONFIGs: select exactly one of 'no_gui' / 'gtk' / 'qt'
55 PACKAGECONFIG[no_gui] = "-DwxUSE_GUI=OFF,,,,,qt gtk opengl"
56 …GECONFIG[gtk] = "-DwxBUILD_TOOLKIT=gtk3 -DwxUSE_GUI=ON -DwxUSE_PRIVATE_FONTS=ON,,gtk+3,,,no_gui qt"
57 PACKAGECONFIG[qt] = "-DwxBUILD_TOOLKIT=qt -DwxUSE_GUI=ON,,qtbase,,,no_gui gtk"
60 if (not 'no_gui' in pkgconfig) and (not 'gtk' in pkgconfig) and (not 'qt' in pkgconfig):
61 bb.error("PACKAGECONFIG must select a toolkit. Add one of no_gui / gtk / qt!")
67 # * qt+gstreamer is broken due to incorrect references on glib-2.0 -> mark
72 …FIG[gstreamer] = "-DwxUSE_MEDIACTRL=ON,-DwxUSE_MEDIACTRL=OFF,gstreamer1.0-plugins-base,,,no_gui qt"
/openbmc/openbmc/poky/meta/recipes-support/pinentry/
H A Dpinentry_1.3.1.bb26 PACKAGECONFIG[qt] = "--enable-pinentry-qt, --disable-pinentry-qt, qtbase-native qtbase"
/openbmc/linux/drivers/spi/
H A Dspi-bcm-qspi.c732 struct qspi_trans *qt) in bcm_qspi_mspi_transfer_is_last() argument
734 if (qt->mspi_last_trans && in bcm_qspi_mspi_transfer_is_last()
735 spi_transfer_is_last(qspi->host, qt->trans)) in bcm_qspi_mspi_transfer_is_last()
742 struct qspi_trans *qt, int flags) in update_qspi_trans_byte_count() argument
747 if (qt->trans->bits_per_word <= 8) in update_qspi_trans_byte_count()
748 qt->byte++; in update_qspi_trans_byte_count()
749 else if (qt->trans->bits_per_word <= 16) in update_qspi_trans_byte_count()
750 qt->byte += 2; in update_qspi_trans_byte_count()
751 else if (qt->trans->bits_per_word <= 32) in update_qspi_trans_byte_count()
752 qt->byte += 4; in update_qspi_trans_byte_count()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/
H A Dpcp.inc36 PACKAGECONFIG[qt5] = "--with-qt=yes --with-qt3d=yes,--with-qt=no --with-qt3d=no,qtbase qt3d"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/octave/
H A Doctave_7.2.0.bb39 PACKAGECONFIG[gui] = "--with-qt=yes,--with-qt=no,qttools-native qttools qtbase"
/openbmc/openbmc/poky/meta/recipes-support/appstream/
H A Dappstream_1.0.4.bb30 file://0002-Do-not-build-qt-tests.patch \
31 file://0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch \
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/
H A Dlibcamera_0.4.0.bb23 DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'qt', 'qtbase qtbase-native', '', d)}"
42 RDEPENDS:${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland qt', 'qtwayland', '', d)}"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/gpsd/
H A Dgpsd_3.25.bb29 PACKAGECONFIG[qt] = "qt='yes' qt_versioned=5,qt='no',qtbase"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/gnuplot/
H A Dgnuplot_5.4.3.bb44 PACKAGECONFIG[qt5] = "--with-qt --with-qt5nativesysroot=${STAGING_DIR_NATIVE},--without-qt,qtbase-n…
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/
H A Dvlc_3.0.21.bb76 PACKAGECONFIG[qt5] = "--enable-qt,--disable-qt, qtbase-native qtx11extras qtsvg"
102 mkdir -p "${B}/modules/gui/qt/$qtpath"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A Dacinclude.m4418 AC_ARG_WITH(qt-dir, [ --with-qt-dir where the root of Qt is installed ],
421 AC_ARG_WITH(qt-includes, [ --with-qt-includes where the Qt includes are. ],
424 AC_ARG_WITH(qt-libraries, [ --with-qt-libraries where the Qt library is installed.],
/openbmc/openbmc/poky/meta/recipes-support/gpgme/
H A Dgpgme_1.24.1.bb45 # Default in configure.ac: "cl cpp python qt"
46 # Supported: "cl cpp python python2 python3 qt"
/openbmc/openbmc/poky/scripts/contrib/
H A Ddocumentation-audit.sh57 "$pkg" =~ ^qt4-embedded$ || "$pkg" =~ ^qt-mobility ]]; then
/openbmc/service-config-manager/
H A Dmeson.build11 …ARM. See https://stackoverflow.com/questions/48149323/strange-gcc-warning-when-compiling-qt-project
/openbmc/qemu/tests/unit/
H A Dpkix_asn1_tab.c.inc346 {"id-qt", 1879048204, 0},
355 {"id-qt-cps", 1879048204, 0},
356 {0, 1073741825, "id-qt"},
358 {"id-qt-unotice", 1879048204, 0},
359 {0, 1073741825, "id-qt"},
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera-apps/
H A Dlibcamera-apps_git.bb26 PACKAGECONFIG[qt] = "-Denable_qt=true, -Denable_qt=false, qtbase"
/openbmc/bios-settings-mgr/
H A Dmeson.build16 …ARM. See https://stackoverflow.com/questions/48149323/strange-gcc-warning-when-compiling-qt-project
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/zbar/
H A Dzbar_git.bb13 file://0001-qt-Create-subdir-in-Makefile.patch \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0001-Add-resolv_compat.h-for-musl-builds.patch8 https://gitweb.gentoo.org/proj/musl.git/tree/dev-qt/qtwebengine/files/qtwebengine-5.7.0-musl-resolv…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/
H A Dwvstreams_4.6.1.bb42 EXTRA_OECONF = " --without-tcl --without-qt --without-pam --without-valgrind"
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcmake.bbclass136 # Use qt.conf settings
137 set( ENV{QT_CONF_PATH} ${WORKDIR}/qt.conf )

12