aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase.inc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-04-03 21:06:13 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-04-17 16:10:02 +0200
commitde250e3d0e437df09a8f23ad7fdb5fc39f17f7e8 (patch)
tree7ba32c25bda453bb42740ffcf47094fd7d155a0a /recipes-qt/qt5/qtbase.inc
parent85b0bb644509e04c0132dc027f288d6f22ffb19e (diff)
qtbase: drop qmake.conf.sh and qplatformdefs
* defaults in linux-g++ are correct, we need only to modify common linux.conf and g++-unix.conf
Diffstat (limited to 'recipes-qt/qt5/qtbase.inc')
-rw-r--r--recipes-qt/qt5/qtbase.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc
index f92d37ea..e42dc350 100644
--- a/recipes-qt/qt5/qtbase.inc
+++ b/recipes-qt/qt5/qtbase.inc
@@ -5,8 +5,6 @@ SRC_URI += " \
file://0002-qmake-is-already-built-in-qt5-tools-native.patch \
file://0003-Allow-building-a-separate-qmake-for-the-target.patch \
file://0004-configure-eval-QMAKE_CXX.patch \
- file://qmake.conf.sh \
- file://qplatformdefs.h \
"
DEPENDS += "qtbase-native virtual/libgl freetype jpeg libpng zlib openssl glib-2.0 ${ICU}"
@@ -53,12 +51,6 @@ EOF
OE_XQMAKESPEC="${S}/mkspecs/${TARGET_OS}-oe-g++"
do_configure_append() {
- # qtbase is exception, create mkspecs for it
- if [ ! -e ${OE_XQMAKESPEC} ]; then
- mkdir -p ${OE_XQMAKESPEC}
- bash ${WORKDIR}/qmake.conf.sh > ${OE_XQMAKESPEC}/qmake.conf
- fi
-
./configure -v \
-dont-process \
-opensource -confirm-license \