qttools-native: update to 5.1.1

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Eric Bénard 2013-10-08 10:27:31 +02:00 committed by Martin Jansa
parent 04458354f1
commit c845e487d7
2 changed files with 14 additions and 12 deletions

View File

@ -1,4 +1,4 @@
From 4df58d96ea516358d2762a219c0b196e56c8e89b Mon Sep 17 00:00:00 2001 From 9337242944c936104db5eee64df804a27fb02bb8 Mon Sep 17 00:00:00 2001
From: Martin Jansa <Martin.jansa@gmail.com> From: Martin Jansa <Martin.jansa@gmail.com>
Date: Wed, 11 Sep 2013 18:30:08 +0200 Date: Wed, 11 Sep 2013 18:30:08 +0200
Subject: [PATCH] Allow to build only lrelease + lupdate + lconvert Subject: [PATCH] Allow to build only lrelease + lupdate + lconvert
@ -15,8 +15,8 @@ Signed-off-by: Martin Jansa <Martin.jansa@gmail.com>
src/designer/src/src.pro | 16 +++++++++------- src/designer/src/src.pro | 16 +++++++++-------
src/linguist/linguist.pro | 2 +- src/linguist/linguist.pro | 2 +-
src/src.pro | 10 ++++++---- src/src.pro | 10 ++++++----
tests/auto/auto.pro | 20 +++++++++++--------- tests/auto/auto.pro | 22 ++++++++++++----------
5 files changed, 29 insertions(+), 23 deletions(-) 5 files changed, 30 insertions(+), 24 deletions(-)
diff --git a/examples/examples.pro b/examples/examples.pro diff --git a/examples/examples.pro b/examples/examples.pro
index 4955969..8e86419 100644 index 4955969..8e86419 100644
@ -103,10 +103,10 @@ index c8756db..d71c4a0 100644
qtNomakeTools( \ qtNomakeTools( \
pixeltool \ pixeltool \
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 074aa34..a744d46 100644 index eaf440b..1778ad1 100644
--- a/tests/auto/auto.pro --- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro +++ b/tests/auto/auto.pro
@@ -1,13 +1,15 @@ @@ -1,14 +1,16 @@
TEMPLATE=subdirs TEMPLATE=subdirs
-SUBDIRS=\ -SUBDIRS=\
- linguist \ - linguist \
@ -116,7 +116,8 @@ index 074aa34..a744d46 100644
- qhelpgenerator \ - qhelpgenerator \
- qhelpindexmodel \ - qhelpindexmodel \
- qhelpprojectdata \ - qhelpprojectdata \
- cmake - cmake \
- installed_cmake
+!linguistonly { +!linguistonly {
+ SUBDIRS=\ + SUBDIRS=\
+ linguist \ + linguist \
@ -126,11 +127,12 @@ index 074aa34..a744d46 100644
+ qhelpgenerator \ + qhelpgenerator \
+ qhelpindexmodel \ + qhelpindexmodel \
+ qhelpprojectdata \ + qhelpprojectdata \
+ cmake + cmake \
+ installed_cmake
+} +}
# These tests don't make sense for cross-compiled builds installed_cmake.depends = cmake
cross_compile:SUBDIRS -= host.pro
-- --
1.8.3.2 1.8.3.1

View File

@ -6,5 +6,5 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffe
file://${COMMON_LICENSE_DIR}/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891 \ file://${COMMON_LICENSE_DIR}/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891 \
" "
SRC_URI[md5sum] = "f3cc602d4b720a847f4ab0953a82d8ef" SRC_URI[md5sum] = "022073d32ff9d408de0182b5d1f01781"
SRC_URI[sha256sum] = "9b9aa948e01bf9d0fc7fa4584ededf9b5b280ee74c334c5790dbc6f9015b3738" SRC_URI[sha256sum] = "2b42c6d5feeccffb67e890b86a150bae64dd2ff550be39a3cc449ee0e95462b6"