summaryrefslogtreecommitdiffstats
path: root/patches/0109-Fixed-a-trailing-backslash-error-in-a-profile.patch
blob: 9318f2f359881df72415e2308d42c6ed01073bd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From a5b790859707b38a850bfc15bfaf0d48bed19b98 Mon Sep 17 00:00:00 2001
From: axis <qt-info@nokia.com>
Date: Tue, 29 Mar 2011 16:58:32 +0200
Subject: [PATCH] Fixed a trailing backslash error in a profile.

---
 qtscript/tests/auto/auto.pro |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/qtscript/tests/auto/auto.pro b/qtscript/tests/auto/auto.pro
index 2cfdcfd..71b62ad 100644
--- a/qtscript/tests/auto/auto.pro
+++ b/qtscript/tests/auto/auto.pro
@@ -15,4 +15,5 @@ SUBDIRS=\
            qscriptvalue \
            qscriptvaluegenerated \
            qscriptvalueiterator \
+
 !cross_compile:                             SUBDIRS += host.pro
-- 
1.7.3.4