aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase-native.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qtbase-native.inc')
-rw-r--r--recipes-qt/qt5/qtbase-native.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase-native.inc b/recipes-qt/qt5/qtbase-native.inc
index 9f7b0f71..d5f23b99 100644
--- a/recipes-qt/qt5/qtbase-native.inc
+++ b/recipes-qt/qt5/qtbase-native.inc
@@ -9,6 +9,7 @@ inherit native qmake5_base
QT_MODULE = "qtbase"
+# shared with target qtbase
SRC_URI += " \
file://0001-Add-linux-oe-g-platform.patch \
file://0002-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \
@@ -21,6 +22,9 @@ SRC_URI += " \
file://0012-wayland-scanner-disable-silent-rules.patch \
"
+# specific for native version
+SRC_URI += "file://0001-Always-build-uic.patch"
+
SEPB = "${WORKDIR}/build"
B = "${SEPB}"