summaryrefslogtreecommitdiffstats
path: root/patches/0088-Fixed-make-check-target-for-qtbase.patch
blob: a51b5ec31f3f89e61c67b4b9fd2c9555287af4c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From 5e9ac495264dba3e5cfa2a9eb6952dc111ac4a47 Mon Sep 17 00:00:00 2001
From: axis <qt-info@nokia.com>
Date: Thu, 17 Mar 2011 11:50:26 +0100
Subject: [PATCH] Fixed "make check" target for qtbase.

It was caused by a missing "tests" target.
---
 qtbase/qtbase.pro |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/qtbase/qtbase.pro b/qtbase/qtbase.pro
index fd7b4b0..5375ef1 100644
--- a/qtbase/qtbase.pro
+++ b/qtbase/qtbase.pro
@@ -22,6 +22,12 @@ for(PROJECT, $$list($$lower($$unique(QT_BUILD_PARTS)))) {
     }
 }
 
+module_qtbase_tests.subdir = tests
+module_qtbase_tests.target = module-qtbase-tests
+module_qtbase_tests.depends = module_qtbase_src
+module_qtbase_tests.CONFIG = no_default_target no_default_install
+SUBDIRS += module_qtbase_tests
+
 !symbian: confclean.depends += clean
 confclean.commands =
 unix:!symbian {
-- 
1.7.3.2.343.g7d43d