summaryrefslogtreecommitdiffstats
path: root/patches/0090-Fixed-syncqt-generation-of-bin-path.patch
blob: 4647a0cdb77c6c13b293e4454e1e37a9f278093d (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
From 1f1ead81d8da8c1082c33431b95f31e61c0a7618 Mon Sep 17 00:00:00 2001
From: axis <qt-info@nokia.com>
Date: Fri, 18 Mar 2011 12:14:01 +0100
Subject: [PATCH] Fixed syncqt generation of bin path.

Now it points to QtBase's bin directory, in the case of developer
builds. This makes it easier to develop modules together without
having to install them first.
---
 qtbase/bin/syncqt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/qtbase/bin/syncqt b/qtbase/bin/syncqt
index 7446f3e..cf61270 100755
--- a/qtbase/bin/syncqt
+++ b/qtbase/bin/syncqt
@@ -1007,7 +1007,7 @@ foreach my $lib (@modules_to_sync) {
                 my $moduleprifwd = "$qtbasedir/mkspecs/modules/$modulepriname";
                 open MODULE_PRI_FILE, ">$moduleprifwd";
                 print MODULE_PRI_FILE "QT_MODULE_BASE = $basedir\n";
-                print MODULE_PRI_FILE "QT_MODULE_BIN_BASE = $out_basedir/bin\n";
+                print MODULE_PRI_FILE "QT_MODULE_BIN_BASE = $qtbasedir/bin\n";
                 print MODULE_PRI_FILE "QT_MODULE_INCLUDE_BASE = $out_basedir/include\n";
                 print MODULE_PRI_FILE "QT_MODULE_IMPORT_BASE = $qtbasedir/imports\n";
                 print MODULE_PRI_FILE "QT_MODULE_LIB_BASE = $qtbasedir/lib\n";
-- 
1.7.3.2.343.g7d43d